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?

Was it helpful?

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");  
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top