I am working on web application in which I have implemented Facebook connectivity. User can post to his/her Facebook wall from my site.
In the documentation for the \'Send\' di开发者_运维技巧alog, it says ... They’ll have the option to privately share a link as a Facebook message, Group post or email.
When posting a link on a page using the Graph API, the description is missing. Might be related to this bug http://bugs.developers.facebook.net/show_bug.cgi?id=14782.
Facebook added a twitter-like \"Subscribe\" button in the last开发者_开发知识库 several days that allows people to see your public updates w/o them being your friend.
Using a permalink for a particular post, I would like that post to be displayed in its entirety within an iframe or a div tag. That is: likes, comments and shares and the Fb format for a post would al
I\'m tried get the details of an album using the PHP-SDK and facebook class, using the following code:
I am using Facebook login integration on my asp.ne开发者_StackOverflow社区t site.What I want is that when a user logs off the site, I want him to also log off the FB application, but not Facebook itse
I want to开发者_如何学C color my mobile phone application with a background color like Facebook\'s blue background color. So what is the hexadecimal code of it ?The colour of the main blue banner is #
I am posting pictures from a facebook application to a facebook fan page album using the graph API like so:
I can get a user\'s page/likes list using the graph /me/likes.But how can I return a list of links shared by these Pages?