I am using Oath authentication in my ios app for twitter integration. It was working fine earliar but now when I authenticate user then it sends me error page and I cant get access token. Whats going wrong. is there any change in API?
There have been a few recent changes – mostly around correcting long-deprecated path variants. Make sure you’re using api.twitter.com and HTTPS for all of your OAuth sequence calls. Make sure you’re passing an oauth_callback to oauth/request_token explicitly as well as sending the oauth_verifier on the oauth/access_token step.
I am using this api https://github.com/bengottlieb/Twitter-OAuth-iPhone. Is there any change in app setting on dev.twitter.com. Should I reset api key and access token.? Since my is live is on ios and android.
You may need to modify your application and re-distribute it as an upgrade to resolve your issues. While you’re at it, it’s a good time to make sure you’ve upgraded to API v1.1 also.
where can I find API v1.1? Should I reset the api and secret key?