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.

Cocos2D is a Python based open source framework for building 2D games and graphical applications for Windows, Mac and Linux desktop computers. Cocos2D is published under a BSD license.

learn more… | top users | synonyms

0
votes
0answers
51 views

Multi touch is not working after facebook share

In my project i am having 5 levels. In First and second level i can able to move and shoot at a time. When completing 2nd level i want to share it with Facebook. After facebook share i cant able to ...
0
votes
1answer
167 views

Segmentation fault: 11 Facebook iOS SDK?

I'm struggling to add Facebook functionality to my Cocos2d iOS game using the Facebook iOS sdk v3.1. I've been trying to follow the "how-to's" on Facebooks Developer site but I'm running into the ...
0
votes
0answers
105 views

Error using native Facebook Mobile Feed Dialog for IOS 5 in coocs2d game

I am Trying to integrate the Facebook Dialog Feed, For IOS 5, using following code but it is giving me the error "An Error occured with Your App, Please try again later", Following the exate code ...
0
votes
1answer
190 views

Cocos2d facebook - How to Update Satus from cocos2d

I am trying to update status from cocos2d code for that i download sdk but i don't know where to start ? Please let me know how can i update status from cocos2d and which library i have to use ? ...
1
vote
3answers
1k views

Sharing facebook dialog by using UIImage as @“picture”

Here is simple code UIImage *ScreenShot = [self getScreenshot]; NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys: @"Name", @"name", ...
0
votes
2answers
944 views

Share a high score on Facebook or Twitter [closed]

I've searched google for about an hour and haven't found a clear solution to this problem. I see that a lot of people recommend sharekit, however I don't want a menu screen to just pop up from the ...
0
votes
4answers
2k views

Twitter and facebook integration in cocos2d

I'm wanting to integrate Twitter and Facebook into a game using Cocos2D. I just want simple stuff like tweeting "I scored xxx", posting similar message to Facebook page, etc. I've seen numerous ...
0
votes
1answer
585 views

cocos2d facebook integration failed

i tried the tutorial here: http://www.cocos2d-iphone.org/forum/topic/3392 (the facebook api link is not available any more, i get it from somewhere else this line in my MainScene(which is the ...
1
vote
1answer
1k views

how to connect facebook sdk with cocos2d

As we all know face book is providing SDK to add face book in our applications. In simple applications it's easy to add such sdk as all things are known, but how to add face book sdk in cocos2d ...