开发者

Twitter problem on iPhone

开发者 https://www.devze.com 2022-12-21 03:31 出处:网络
I have a problem with the twitter login. I am doing the login with oauth. First login is good, 开发者_开发知识库and when I logout and make a relogin the twitter doesn\'t ask for my password and userna

I have a problem with the twitter login. I am doing the login with oauth. First login is good, 开发者_开发知识库and when I logout and make a relogin the twitter doesn't ask for my password and username, it gives the pin only. Is there a way to send logout to twitter? Because my logout is clears the NSUserDefaults only...

If I use the authorize link then I get the followin reponse:

403 Forbidden: The server understood the request, but is refusing to fulfill it.


I believe you should call the End_Session method to log out.

http://apiwiki.twitter.com/Twitter-REST-API-Method:-account%C2%A0end_session

0

精彩评论

暂无评论...
验证码 换一张
取 消