【问题标题】:problem during Twitter+oauth integratin?Twitter+oauth 集成过程中的问题?
【发布时间】:2011-05-02 09:49:31
【问题描述】:

我在 iphone 中使用 twitter + oauth 进行 twitter 集成。当我运行应用程序时。我收到诸如“抱歉该页面不存在!”之类的消息。即使我正在使用以下东西。

self.requestTokenURL = [NSURL URLWithString:@"http://twitter.com/oauth/request_token"]; self.accessTokenURL = [NSURL URLWithString:@"http://twitter.com/oauth/access_token"]; self.authorizeURL = [NSURL URLWithString:@"http://twitter.com/oauth/authorize"];

任何人都有解决方案吗??

提前致谢。

【问题讨论】:

    标签: objective-c ios4 twitter


    【解决方案1】:

    【讨论】:

    • 谢谢 SB,问题是我在模拟器中运行 myapp,所以它没有显示。当我在 iphone 上试用它时,它运行良好。
    猜你喜欢
    • 1970-01-01
    • 2011-04-12
    • 2011-07-16
    • 2011-02-22
    • 2013-07-08
    • 1970-01-01
    • 2011-06-08
    相关资源
    最近更新 更多