twitter-api icon indicating copy to clipboard operation
twitter-api copied to clipboard

Request token returns 404

Open jasonab opened this issue 11 years ago • 4 comments

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.

jasonab avatar Jun 19 '13 00:06 jasonab

Same issue here. Seems like this issue is rather old with no response. Is this library still being maintained?

oskarth avatar Mar 24 '15 18:03 oskarth

+1

ryanbaldwin avatar Aug 18 '15 21:08 ryanbaldwin

+1

rufoa avatar Oct 20 '15 03:10 rufoa

For posterity: the solution is to use oauth.client/request-token, oauth.client/access-token, oauth.client/user-approval-uri etc from clj-oauth

rufoa avatar Feb 13 '16 00:02 rufoa