开发者

What's the best way to implement facebook on my app?

开发者 https://www.devze.com 2023-02-27 15:14 出处:网络
I\'ve got just one simple silly question: What\'s the best way to imple开发者_Go百科ment Facebook on my application?

I've got just one simple silly question:

What's the best way to imple开发者_Go百科ment Facebook on my application?

  • Add an easy UIWebView connecting to the Url of the Faceboook page I want to show;
  • Implement the API I found in several answer all of you already gave in this forum.

Thank you for your help

Luigi


The answer is "it depends," but IMHO you're asking the wrong question.

A better question would be "which method of integrating with FB would result in a better experience for my users?" That is, would your users be best served by "framing" the standard FB web interface in a UIWebView? Or maybe they'd be happier with just a small piece of FB functionality embedded in your app, like the "upload to FB" function in iMovie. Once you decide exactly what you want to do, how to do it tends to be fairly obvious.

Which way to go depends on what your app does, and how your users will want to do it - and you know that part far better than the rest of us do! :-)


I've answered something similar here: ShareKit iOS - different content for different platforms

Basically, I used ShareKit which is very popular and indeed was a breeze to add. You can see how easy the code is, in the question above.

Cheers, Oded.

0

精彩评论

暂无评论...
验证码 换一张
取 消