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 for iPhone is an Objective-C port of the cocos2D (Python) framework for building 2D games and graphical applications for iOS devices. Despite its name, cocos2D-iphone supports building Mac OS X applications as well.
1
vote
0answers
86 views
iOS App crashes on facebook sdk login button
I have a facebook login button on my main screen. I can log in and log out using that button as many times as I want, and it always work fine. Then on another layer, there is a button to share my ...
0
votes
1answer
130 views
iOS game coins for FB like/Twitter follow/Youtube subscription
We are creating a game and would like to make our players like/subscribe/follow our FB/YT/Twitter pages for which we would give them rewards (in-game coins).
Most games, that i checked, give users ...
2
votes
2answers
367 views
Present Social View Controller Cocos2d
Im trying to use the social framework to present the "Post To Facebook" view controller from within Cocos2d. This is the code I would usually use in a storyboard app
if ([SLComposeViewController ...
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
0answers
115 views
profile data type on facebook open graph
I am doing an iphone app and trying to include some facebook OG actions in there..
I have an object named 'user'. I created a custom property for 'user' named 'friend' which is of data type profile.
...
0
votes
1answer
148 views
best way to implement facebook api in cocos 2d [closed]
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?
1
vote
1answer
426 views
Posting Screenshot of GameOver to FaceBook via Cocos2d
I have searched a lot of forums and thread about posting screenshot on facebook. I have found the functon which is to be added in CCDirector which creates Screenshot. I have also seen the method which ...
0
votes
2answers
324 views
image to FaceBook news Feed
Does anyone know any public API or a solution to store screenshot images to some public server? Using the image link and add it to your FaceBook wall...
1
vote
1answer
601 views
Problems with alloc and facebook init
I have a singleton class that i use to handle all the facebook stuff...
but when i try to init the _facebook it throws an unrecognizer selector exception
(id)initWithAppId:(NSString *)appId ...
1
vote
0answers
542 views
Adding a share link when using fbdialog to post to a users wall
I'm using FBConnect to post a link to a user's wall. I am using the FBDialog api instead of using graph paths:
[facebook dialog:@"feed" andParams:_params andDelegate:_delegate];
Everything posts ...
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 ...
