I added the facebook comments plugin in my site, I wanted to add styling to the plugin according to my site style. The below code which I added in mysite.
I want to ask a user to grant the \"publish_stream\" permission to my app with the facebook javascript sdk.
I used to be able to, but for some reason all my Facebook Javascript API calls using FB.ui() no longer work in my development environment where my url is localhost:8080.In production it works fine tho
I have searched for two days on google trying to solve this problem.I have also searched this forum and read the FB Dev page till my eyes hurt.I asked this question two days ago and it got removed.I c
Today I\'m going to use this method: vardataObject:Object =开发者_高级运维 {...} Facebook.ui(\"stream.publish\", dataObject, cb, \"iframe\");
This question already has an answer here: Closed 11 years ago. Possible Duplicate: Fb.UI Dialogs are displaying in Popups instead of an iframe
When I try to test on localhost sharing a link via FB.ui I get the following error: API Error Code: 191
So I\'ve done some google\'ing and I couldn\'t find a good answer to this. I use the following code to allow my users to post a status update to their fb:
I have developed two applications with FB.ui() calls to send app requests and ask to post status update with the \"feed\" parameters. It worked fine for several months, but for the past week I have be
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.