开发者

problem during Twitter+oauth integratin?

开发者 https://www.devze.com 2023-01-22 18:56 出处:网络
i am using twitter + oauth for twitter integration in iphone. when i run the app. i got message such as \"sorry that page doesn\'t exist!\" even though i am using following things.

i am using twitter + oauth for twitter integration in iphone. when i run the app. i got message such as "sorry that page doesn't exist!" even though i am using following things.

self.requestTokenURL = [NSURL URLWithString: @"http://twitter.com/oauth/reques开发者_Go百科t_token"]; self.accessTokenURL = [NSURL URLWithString: @"http://twitter.com/oauth/access_token"]; self.authorizeURL = [NSURL URLWithString: @"http://twitter.com/oauth/authorize"];

can Anybody has Solution??

Thanks in Advance.


You need to use

  • http://api.twitter.com/oauth/request_token
  • http://api.twitter.com/oauth/access_token
  • http://api.twitter.com/oauth/authorize

You are missing the third level api domain in your URLs.

0

精彩评论

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

关注公众号