开发者

Connection between Facebook aplication and iPhone app

I've been looking at the Facebook Connect for iOS, but I could not find th开发者_运维技巧e solution which could fulfill my requirement. I was able to create a simple log in window, user can put his/ger credentials, but when I run my iPhone app again the user has to login again.

So far I've been able to get this:

Connection between Facebook aplication and iPhone app

I would like to be able to get a dialog similar to this one:

Connection between Facebook aplication and iPhone app

Any idea how to achieve this?


Im not sure of the answer....

But try this once.......

goto facebook.m:

  • (void)authorize:(NSArray *)permissions delegate:(id)delegate {

// comment the below linw and write the last line.

--------> [self authorizeWithFBAppAuth:YES safariAuth:YES];
[self authorizeWithFBAppAuth:NO safariAuth:NO];

}

Hope ur prob;em ll be solved.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜