Is there a way to get a Photo\'s album ID from Facebook Graph API\'s news Feed. This previous SO post:
I\'m using https://graph.facebook.com/me/notifications/?include_read=1 but every time I use it the array shows up empty.
I have a SSL issue when I use the Facebook PHP SDK. I got this error message: ERROR SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTI
i\'m trying to display my facebook group wall on my external web page and it gives me the error message..
I\'ve used this code for dozens of reveal tabs and now they\'ve stopped working.I\'ve found a fix for the https pages, but that fix doesn\'t work on http pages.Please see the code below and any specif
Facebook\'s real-time updates docs now say that you can get the feed for a开发者_运维百科 page:
I´m trying to track messages sent to my Facebook friends. For example: I sent a message to James Bond, how do I开发者_Go百科 know if he read it or not?The Facebook Graph API does not support this y
I am 开发者_StackOverflow社区working on a Facebook application And I am offering the user to invite his friend to the application using the C# SDK. as shown inFacebook documentation
here I am for real update \"page\", add fields to status to receive the \"status\" of pages, I try to add as \"link\" fields to receive the subscription works but I do
To authorize a user on Facebook for my app, I am sending them to: https://graph.facebook.com/oauth/access_token?client_id={0}&client_secret={1}&redirect_uri={2}