I would like to get images from my Instagram account to my web page. So I try to use FB php sdk and get accessToken first according this documentation. But it returns null. I don’t know what is wrong …
Tag: facebook-graph-api
Sharing link of a page
I am sharing link of an event from profile of user, the page of event is dynamic, When user click on share to Facebook, I get ID of event and store it to Session variable, and I am using this session …
“Invalid platform app” error using Instagram Basic Display API
I am trying to use Instagram Basic display API but when I post the authorization code to get the access token I keep getting the following error {“error_type”: “OAuthException”, “code”: 400, “error_message”: “Invalid platform app”} I am following all the steps mentioned here -> https://developers.facebook.com/docs/instagram-basic-display-api/getting-started and Yes I am using the Instagram app ID and It’s client secret which is
Retrieving facebook user access token with socialite on laravel 5.4
I am trying to get user access token so I can send CURL request through Guzzle to Facebook’s Graph API to get user’s friends that are using the app. But I can’t seem to be able to obtain it. Here’s my controller: Answer A couple of things to note. First of all, the following part of your code won’t work
403 forbidden error while sending messages to facebook connector through Unification Engine API
I am using unification engine #unificationengine API to post message on facebook. I followed all the steps and created connections to use connectors. All the curl requests are working fine till send message. In every curl from create user, create connection, connection refresh I am getting {‘status’:200,’info’:’ok’} And now I want to use the connector to post message on facebook.
Facebook Open Graph, required property ‘og:title’ of type ‘string’ was not provided
I have a Joomla-page (v3.2.4) where I put in some dynamic Open Graph tags with PHP, like this: The PHP, before the tag: And in my tag I have this: When I run the page through the Facebook Object Debugger, I get the following two errors: Object at URL ‘http://www.livakursertestsite.dk/kurser/babytegn-2’ of type ‘website’ is invalid because a required property ‘og:title’
Passing title, url and image on share.php of facebook
I want to share title , image and description on facebook without javascript just by passing these to share.php of facebook. I got some code on this site in question Open source alternative to AddThis AddToAny, ShareThis etcfor Social Bookmarking and I have read the question how to pass custom parameter in facebook sharer link Now I want to combine
Facebook Graph API PHP SDK v4 – Post on Page
I wanna give all my website authors a possiblity to post their articles on our facebook page without having go give them admin access to it. So i created a simple form, where the author types in: URL, URL to image, message On submit, this form will send a ajax request to facebook.php where the magic “should” happen. The first
Login with Facebook using Facebook SDK for PHP
I have problems with making login to my site with Facebook. I have created login using Facebook SDK by following the tutorial at developers.facebook.com , but it does not work for me. I have wrote a simple test page to find out, what goes wrong. This is the code: After the first visit of this page (I am not logged