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 a problem to connect facebook app with my app. I don't know much about facebook sdk, so I simply copy & paste from the facebook sample app. (i only need upload image with some text). it works well unless facebook app is installed on the device, but if a device has facebook app, it seems like can't get the login information. I think it is because of facebook app doesn't ask auth for my app unlike safari browser. What do I have to do?

share|improve this question
Which verison of the facebook app you are using? – Mathew Varghese Jul 13 '12 at 4:40
I think I downloaded this github.com/facebook/facebook-ios-sdk/tree/preview – user1471568 Jul 13 '12 at 5:03
please see my answer – Mathew Varghese Jul 13 '12 at 5:39

2 Answers

May be this help you. This link from IcodeBlog. http://www.icodeblog.com/2011/03/28/facebook-sdk-posting-to-user-news-feed/

share|improve this answer

Please Download the latest version of Facebook app (4.1.1) from app store. The Single Sign On(SSO) only supports in the latest version of Facebook application.

share|improve this answer
I already downloaded the latest facebook app. – user1471568 Jul 13 '12 at 7:00

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.