Question

Twitter API v1.0 is being retired today (unless I am completely mistaken - which is quite possible). I am wondering what changes need to happen in scribe (besides changing the auth url) - has anyone else encountered the same issue and how have they gone about fixing it?

Était-ce utile?

La solution

Simply changing the URL from 1 to 1.1 worked so far for me. Any other suggestions/info/caveats would me quite welcome.

OAuthRequest request = new OAuthRequest(Verb.GET, "https://api.twitter.com/1.1/account/verify_credentials.json");  
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top