Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

franium

macrumors member
Original poster
Nov 18, 2010
34
0
I'm using a pop up Facebook dialog for the user login and the publishing of a post on his/her stream
Code:
NSMutableDictionary* params = [NSMutableDictionary dictionaryWithObjectsAndKeys: apiKey, @"api_key", nil];
[facebook dialog:@"stream.publish" andParams:params andDelegate:self];
It works, but when the user logs in, the fbDidLogin method is never called. Why? In this way I can't request the user name and the access token is always null.

Thanks
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.