2

I'm creating an application using ObjC and cocos2d, and I would like to connect my app via button with a link of the Facebook application. How can I do this? (I want that when the button is pressed, it opens the page of Facebook application.)

Bharat Nakum
  • 647
  • 6
  • 18
kazui
  • 141
  • 1
  • 1
  • 6

3 Answers3

2

If you mean that you want to login using Facebook, take a look at this website.

All kinds of information and tutorials in there on the subject of Facebook integration in your programs.

Marleen Schilt
  • 650
  • 15
  • 26
2

You should drop a Facebook iOS SDK into the project, follow the guide and document on the website.

Haroldo Gondim
  • 7,725
  • 9
  • 43
  • 62
zy.liu
  • 346
  • 4
  • 15
0

Try using parse.com, it's really simple

https://parse.com/tutorials/integrating-facebook-in-ios

Ben
  • 1,061
  • 10
  • 23