mph
mph

Reputation: 868

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!

Upvotes: 13

Views: 4248

Answers (2)

mph
mph

Reputation: 868

Ah ha! Facebook finally fixed this problem:

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

Upvotes: 4

Sanchit Paurush
Sanchit Paurush

Reputation: 6152

Have you updated your facebook API, as it has been changed from 1st October.

Check Out this link

Upvotes: -1

Related Questions