Questions tagged as 'facebook-graph-api'

1
answer

Wordpress - Share the social network pulls the wrong photo

When someone will share a news story on my website (wordpress), it pulls the wrong image, do you know why or how to fix it?     
asked by 29.04.2016 / 16:14
0
answers

List all pages that the user administers

I currently use the following form to get a certain page that the user administers: $graphObject = $response->getDecodedBody(); $fbUserName = $graphObject['name']; $fbUserEmail = $graphObject['email']; $fbUserID = $graphObject['id']; $p...
asked by 07.03.2016 / 13:40
1
answer

Error in facebook library. "Malformed access token"

I'm trying to get the user's contact information from Facebook. For this I am using the Facebook PHP SDK. I can generate the login url correctly. However, when I try to get the information I get the error "Malformed access token". The code...
asked by 16.11.2015 / 17:40
1
answer

Facebook API Python

Can I list ALL the groups of a friend on the face? Type show what groups it is? I found this code but it's not what I want, it just shows my friends: import urllib2 import json url = 'https://graph.facebook.com/me/friends?access_token=TOKEN...
asked by 23.10.2015 / 16:33
0
answers

Problem with Facebook sharing

I have a javascript s script that shares me certain posts on my page where the content it shares and automatically generated from the database. It works fine, the only problem I'm having is with the description when I call the variable...
asked by 19.03.2015 / 04:11
1
answer

Use FQL in facebbok api php 4

Personally I need to run a simple FQL using Facebook SDK PHP 4 use the following command: $result=(new FacebookRequest( $session, 'GET', $fql))->execute()->getGraphObject()->asArray() and it gives me the following error:    Fata...
asked by 16.01.2015 / 18:11
1
answer

Make Facebook token permanent

I made a configuration for integration with Facebook and the API is active but when it is processed it gives the error.    Graph returned an error User: (# 200) The user has not authorized the   application to perform this action. I've al...
asked by 25.03.2016 / 16:36
1
answer

Call friends profile image with API GRAPH

How do I call my friends' profile picture? I can already find this way me/picture?redirect=false .     
asked by 22.10.2014 / 14:51