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.

The newest version of Xcode (released Jan. 28, 2013), an integrated development environment (IDE), developed by Apple, Inc. Xcode is used to produce software applications for Mac OS X and iOS.

learn more… | top users | synonyms

2
votes
1answer
710 views

Upgrade from Facebook iOS SDK 3.2.1 to 3.5 gave me an error with FBCrypto

After installing the new sdk I cleaned the project and build it. It fails with this message: Undefined symbols for architecture i386: "_SecRandomCopyBytes", referenced from: +[FBCrypto ...
4
votes
3answers
763 views

Facebook Registration : The operation couldn't be completed (com.facebook.sdk error 2)

I am developing an ios phonegap application. For registration i use phonegap facebook plugin. It worked fine for the first time. But now when i try to register it isn't working. I haven't changed ...
3
votes
2answers
651 views

Error : Safari can't open the page because the address is invalid ? Facebook integration

i am working on integrating fb login to our own application. Problem is example i downloaded it's working fine,when use the code in my project its getting error Note: I Checked the fbapplicationid ...
0
votes
2answers
292 views

How to retrieve total number of friends in using Facebook graph API

I need just to get total number of Friends for the user using Facebook graph API graph API for iOS. I saw example which show how to retrieve list of users(e.x names). However, in my case, I don't ...
1
vote
1answer
75 views

How to get verified status of Facebook user

I fellowed HelloFacebookSample to retrieve verified status from user account, using Facebook SDK for iOS. I tried to retrieve from user instance in the below method. But it seems its not defined ...
0
votes
2answers
155 views

Method returning value from asynchronous block with FacebookSDK

What I am trying to do is a Facebook wrapper for the Facebook iOS SDK. Basically the idea is that my ViewController should do nothing but showing ex. my friends that will be acquired with a simple ...
0
votes
0answers
32 views

Getting errors when randomly when running my code for facebook post status

I have gone through all the answers on stackoverflow.com for my each error but no solution worked for me. #import "FB_ViewController.h" #import<FacebookSDK/FacebookSDK.h> @interface ...