I’m new in iOS development. I want to connect my App to Facebook. Implement Facebook Connect on the iPhone
I have followed iPhone FBConnect: Facebook Connect Tutorial and done every steps that described there.
But I couldn’t run the App because I have two errors which are Semantic Issues in my xCode 4.3.3, In FBConnectGlobal.h on these lines:
typedef unsigned long long FBUID;
typedef unsigned long long FBID;
The error message is : Redefinition of typedef FBUID and FBID is invalid in C
I appreciate for any help.
Use FBGraph API link as it has demo and it is very easy to integrate and use