
Facebook JS SDK's FB.api ('/me') method doesn't return the fields I ...
2015年9月15日 · Took me days to figure that one out. I inherited legacy code using Graph API v2.1 that suddenly broke down when FB stopped supporting it on July 10 2017. Could not seek what to upgrade using the API Upgrade Tool because they removed v2.3 and below from it. –
Facebook Graph API error code list - Stack Overflow
2012年5月7日 · * case 3: App must be on whitelist * case 4: Application request limit reached * case 5: Unauthorized source IP address * case 200: Requires extended permissions * case 240: Requires a valid user is specified (either via the session or …
facebook - Get user profile picture by Id - Stack Overflow
2022年12月17日 · You can find further information and how to do it correctly in the fb docs to the graph api of user picture. Requirements Change This endpoint supports App-Scoped User IDs (ASID), User IDs (UID), and Page-Scoped User IDs (PSID). Currently you can query ASIDs and UIDs with no requirements.
Login with Facebook API - Stack Overflow
2011年5月15日 · How to login using FB api as a page? 0. Facebook JavaScript SDK Login. 0. Facebook OAuth api login ...
Facebook API get email address - Stack Overflow
2013年5月21日 · Deauthorize the app from the fb account. Then authorize the app again through your test page I found that it didn't hit the below block once I authorized the app the first time.
Facebook API: Get fans of / people who like a page
2010年10月26日 · The FB API documentation states that you can only get the count of the fans of a certain page using the social graph, but not a list of the fans. A discussion here Retrieve Facebook Fan Names suggests that one could use an FQL query like SELECT user_id FROM like WHERE object_id="YOUR PAGE ID" to get the number of people who liked the page, but ...
How do I can post a multiple photos via Facebook API
Actually you can upload a multi story photo(I did it using Graph Api and PHP) but the problem comes if you need scheduled this post.Your post is schedule but also it shows on the page's feed. P.S. I'm using Graph Api v2.9. PHP Code
Accessing data from response of FB.api () - Stack Overflow
2013年10月18日 · I am having difficulty accessing the returned JSON response data from the new Facebook JS SDK new Graph API calls. For instance, in some of their docs where they are using the old way of using the...
Facebook API - What is " curl -F "? - Stack Overflow
LOL we landed here when confused with fb api curl -F too :D – Ravindranath Akila. Commented Apr 20, ...
Facebook Graph API, how to get users email? - Stack Overflow
2010年9月1日 · In my app i wanted to display mulitple fb accounts of a user in a list, i wanted to show the login emails of fb accounts as a unique identifier of the respective accounts but i couldn't get it off from fb, all i got was the primary email in the user profile but in my case my login email and my primary email are different.