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.

A cocoa method on iOS letting developers access other apps from inside an app.

learn more… | top users | synonyms

0
votes
1answer
486 views

Facebook SDK 3.2 for iOS 6: Can't login -> openURL not called / AppId & URL is correct

Hiho I have a big problem with the new Facebook SDK 3.2 for iOS 6 (I use the iPhone simulator for testing). I've implement the Facebook Login exactly like described in the how-to. The only difference ...
0
votes
1answer
114 views

Facebook button going to facebook iPhone app, but not loading correct facebook page [duplicate]

Possible Duplicate: Custom URL scheme for new Facebook iOS app I have a Facebook button in my iPhone app. When it gets touched I want it to go to the Facebook iPhone app and load a ...
3
votes
4answers
508 views

application open Url method not called after user authenticates the facebook

I have upgraded the facebook in my ios app to 3.0 and using the code provided at https://developers.facebook.com/docs/howtos/login-with-facebook-using-ios-sdk/ for user login through facebook , but ...
9
votes
4answers
2k views

Facebook SDK 3.0 IOS 6 callback after login not called

Second Update After doing some more digging, there seems to be a bigger issue at play. The reason why openURL is not fired, is that the app seems to be freezing when it is brought back to the ...
9
votes
2answers
1k views

Basic Facebook / Twitter URL Handlers format

I'm pretty sure an hour after I post this I may find the answer but I've been looking for over an hour already and can't seem to work it out. So here goes.. I'd like to put some simple "Contact Us" ...
2
votes
1answer
1k views

Story link flow using SSO facebook - openURL not being called

I have implemented Single-Sign-On in my iOS 4.3 app successfully. Now I want to publish a link to the users facebook wall so that when his/her friends that also own the app clicks the link they should ...