Current Scenario Development Environment: Visual Studio with Facebook C# 开发者_开发问答SDK User has granted user_likes,email,publish_stream permissions to the application.
I\'m implementing Facebook\'s \"Like\" option in one of my websites as a voting tool. Users will be able to vote on a specific team by Liking the team\'s individual page. I have a number of teams and
I\'ve been wondering how facebook manages the database design for all the different things that 开发者_Python百科you can \"like\". If there is only one thing to like, this is simple, just a foreign ke
For the last few days i\'ve had an issue with the like button it\'s no longer working? I\'ve been told it\'s due to fb:app_id is now required (so looks like i gotta edit over 17,000 pages to add this
For some reason a LIKE button that has been working fine for a couple months stopped working on the 13th. When clicked it displays a red Error and when you click that it says to check the url with the
How can I get the top 3 most liked comments on a Facebook fanpage? Here is what I am trying开发者_开发知识库 to do:
I\'d like to pull a list of all Facebook \"Likes\" for a user, whether they are Facebook pages or external URLs.
I specify the Facebook like/send buttons like so: <fb:like href=\"[URL]\" show_faces=\"false\" width=\"428\" action=\"recommend\" font=\"tahoma\" send=\"true\"></fb:like>
Since a few days I have noticed that sharing a link also counts as a like in the external facebook widgets. As we have certain sites that count t开发者_如何学Che number of likes for certain pages this
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?