Reputation: 4905
I followed the below link to integrate Twitter into my application. http://icodeblog.com/2009/07/09/integrating-twitter-into-your-applications/
It was working great earlier. It was updating my comments to twitter account in web perfectly. But after long time, i am testing the samething now, but it is not working at all, its not updating to twitter. I checked with iOS 3.0 SDK as well as 4.0 to run this project. when i see the logs in my iphone project, it shows as below:
Reason: all proposed authentication schemes denied
Method: POST
Host: twitter.com
Path: /statuses/update.xml
Does anyone has any idea how do i approach on it?
Upvotes: 0
Views: 3484
Reputation: 46027
You need to use oAuth for twitter now. Previous authentication is no longer supported by twitter. Check the authentication section for details. And you can use Twitter-oAuth-iPhone to make life easier.
Upvotes: 1