Implementing Facebook Connect for iPhone using xcode 4

前端 未结 2 1038
孤街浪徒
孤街浪徒 2021-01-21 01:13

I\'m having trouble getting Facebook Connect working. I (attempt) to follow the instructions located at http://www.mobisoftinfotech.com/blog/iphone/iphone-fbconnect-facebook-con

相关标签:
2条回答
  • 2021-01-21 01:19

    In addition to copying the headers into your project, you also need to copy the implementation (.m) files. Make sure they're included in your target's Compile Sources build phase after you copy them in.

    0 讨论(0)
  • 2021-01-21 01:23

    The Facebook Connect SDK has been deprecated. Pull down the Facebook iOS SDK from Github. It comes with a working example and all you need to do is replace your appId in two places. If you run into issues upgrading it to Xcode 4, see this guide on upgrading.

    0 讨论(0)
提交回复
热议问题