Search code examples
iphoneiosfbconnect

FBConnect API is not showing Share page recently in iOS


i have made use of "FBConnect API" in my app for fb sharing..

Before two-three weeks ago it was working fine. but now it does not display share page at all.

Does any one know what is the issue with it?

OR

Any one know how to resolve this issue?

i have tried other sample apps for FBConnect api but i saw same problem in other app also.


Solution

  • You may get this issues of using old API's. But Below links may help you. This is a link for new facebook ios sdk

    https://github.com/facebook/facebook-ios-sdk

    Tutorial is here to integrate your facebook

    http://developers.facebook.com/docs/mobile/ios/build/

    I have written a code to work for facebook integration with dialog page. You can use my code from below link. but dont forget to include your app id in .plist file and also inside the code.

    https://stackoverflow.com/a/9954128/1083859