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.)
Asked
Active
Viewed 63 times
2
-
do you want to login with Facebook or do you want to open Facebook page on a web view? – Teja Nandamuri Aug 17 '15 at 13:01
3 Answers
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