Is it possible to pass Facebook Graph API access token through request header?

Yes it is possible Authorization: Bearer AccessTokenHere e.g. curl –header “Authorization: Bearer CAAC…ZD” https://graph.facebook.com/me This answer previously recommended using “OAuth” instead of “Bearer” as the token type. Both will work, but “Bearer” is the type that shows up in the standard. Also, on completing Facebook’s OAuth flow, the token_type in their response is bearer. So … Read more

Facebook login with multiple domains

It is technically possible to use Facebook Connect on multiple domains, there are some limits (5 domains max). So the key to doing this is adding all domains in the App Domain field under your app settings. The PROBLEM, however, is that Facebook only lets you add domains that are derived from your Canvas URL … Read more

Getting Facebook Reactions with Graph API

EDIT: As of April 12th, 2016 Facebook has published a reactions endpoint for posts as part of their v2.6 release of the GraphAPI GET /v2.6/{object-id}/reactions More information can be found here: https://developers.facebook.com/docs/graph-api/reference/post/reactions END EDIT I’m not sure if Facebook has published this yet, but the reaction information is currently available in the Graph API v2.5. … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)