Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook comments in iOS UIWebView

I'm loading a URL from my own web site into a UIWebView in an iPhone app. This page has the Facebook Comments social plugin enabled. It was working beautifully two weeks ago, using the mobile friendly version of Facebook comments. However, a week ago, something changed on Facebook's end. I'm no longer seeing the mobile friendly version, and it has that awful "Comment Using" drop down that lets you log in via Facebook, Yahoo, AOL, or Hotmail, which is clearly meant for a desktop/mouse setup.

Does anyone know of a way to get the mobile friendly markup in this scenario?

I already tried using Facebook's iOS SDK for reading & posting comments, but your Facebook app has to be "white listed" before you're able to post comments using the Graph API. It turns out that only ONE app is white listed...something called "Causes." Ugh.

Thanks!

like image 637
mph Avatar asked Oct 08 '11 02:10

mph


1 Answers

Ah ha! Facebook finally fixed this problem:

https://www.facebook.com/notes/facebook-media/bringing-facebook-comments-to-mobile/306485919386904

like image 142
mph Avatar answered Oct 12 '22 23:10

mph