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 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.

share|improve this question
Can you put code part of your facebook integration? – R.A Apr 17 '12 at 9:06

1 Answer

up vote 3 down vote accepted

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.

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

share|improve this answer
Is there any sample app for new fbconnect api (EXCEPT hackbook)? – Bhargavi Apr 17 '12 at 11:56
Hey @Bhargavi Trust me.my code works perfectly.i tried lot of times.Just copy that and paste wherever you want. – R.A Apr 17 '12 at 12:02
I was using old api. I dont want to use graph api. Please tell me if any sample apps are there for new fbconnect api – Bhargavi Apr 17 '12 at 12:04
I have a sample app.But how could i send that?So try yourself.You can ask whenever you got doubt about that – R.A Apr 17 '12 at 12:04
In my code,i didn't use graph api too. – R.A Apr 17 '12 at 12:05
show 4 more comments

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.