开发者

Setting twitter status from iPhone not loading

  -(void)shareOnTwitter:(NSString *)link{
    link = [NSString stringWithFormat:@"http://m.twitter.com/?status=%@",link];
    //load webView etc

Bu开发者_JS百科t twitter is taking me to the logon page without my link saved. Has anyone gotten this to work?


Looks like you have to login via OAuth first. Take a look at this: http://dev.twitter.com/pages/oauth_faq Maybe you want to use MGTwitterEngine

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜