Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I upgraded to iOS4 and noticed that -(void)session:(FBSession*)session didLogin:(FBUID)uid is no longer invoked.

I have set the view controller as an FBSessionDelegate.

Has anyone come across this problem?

share|improve this question
On investigating further, I found the error to be: Error Domain=api.facebook.com Code=104 "Incorrect signature". Looks like there was a typo in the secret key :( So all is well now :) – Mansi Jul 23 '10 at 17:57

1 Answer

up vote 0 down vote accepted

FBConnect worked well for me, the delegate method is called. The problem is somewhere else

share|improve this answer
Thanks for the answer :) – Mansi Jul 23 '10 at 17:57

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.