I am using Facebook iOS SDK for my app. I am using the sample's code for my login function asking for permissions and storing the returned token. However, locally on every iOS version on the simulator as well as on my iPhone4 it works. Some customers report that in their case pressing the login button does not show any reaction. Using google for research did not reveal any hints on that.

Thanks, Peter

link|improve this question
Address that question to Facebook IOS SDK support.. – Nekto Sep 12 '11 at 6:50
please accept your answer by clicking on the tick next to your answer. This lets other users know its been solved. – ghostJago Sep 18 '11 at 6:43
feedback

2 Answers

Recently I had a problem like this.. I've changed "perms" to "scope" inside facebook login button, and now it works.

link|improve this answer
feedback

Bug fixed. My fault, tested with Debug target only, which is why bug only appeared in Releases, since an #ifdef DEBUG was enabling/disabling the login funtion.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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