I’m trying hard to find a way to implement the Facebook api in cocos 2d, but I was not able to find one.
Anyone may help me?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The best way to do this, is with a singleton model object using something like a “shared instance” function.
That way, as the app goes about its business and you don’t actively need FB, you can leave your session available on the side and call it as follows.