twitter-api
twitter-api copied to clipboard
Request token returns 404
Calling restful/oauth-request-token returns: Exception Twitter responded to request with error 34: Sorry, that page does not exist sun.reflect.NativeConstructorAccessorImpl.newInstance0 (NativeConstructorAccessorImpl.java:-2)
I believe that appending .json to the URL is breaking it.
Same issue here. Seems like this issue is rather old with no response. Is this library still being maintained?
+1
+1
For posterity: the solution is to use oauth.client/request-token
, oauth.client/access-token
, oauth.client/user-approval-uri
etc from clj-oauth