facebook-graph-api-v2.3

Submission confirmation step in the app approval form of Facebook

。_饼干妹妹 提交于 2019-12-25 05:33:14
问题 This is the last section in the approval form for the extended permissions : I want to know why these url's are mentioned here, will Facebook download/test the apps from live app stores or the one which I have submitted above in the same form. 回答1: Yes these apps are tested to make sure you are following Facebook policies properly. If you upload the apps then they will be reviewed else those platforms will be ignored and only the ones you submit will be reviewed. 来源: https://stackoverflow.com

Pull the likes and comments of a post using Graph API

只谈情不闲聊 提交于 2019-12-25 03:03:07
问题 I need to pull the likes and comments of a post in Facebook using Graph API. I found out that Facebook does not return the data as a whole but returns in pagination format. IS there any way to get the likes ad comments data of a post at once instead of getting in pagination format? If not is there any other where we can get maximum data per page so that we don't have to loop through many pages to obtain the data? Please suggest! 来源: https://stackoverflow.com/questions/30253291/pull-the-likes

How can I get tagged_places of my friends?

只愿长相守 提交于 2019-12-05 02:27:21
问题 When I submit a get on Graph API Explorer, like that: me?fields=tagged_places Works good and return the data of my 'tagged places' to me. But when I try to get 'tagged places' of my friends, I got this error message: "error": { "message": "(#100) Unknown fields: tagged_places.", "type": "OAuthException", "code": 100 I want to know if is not possible to get 'tagged_places' of my friends or Im doing something wrong. 回答1: You need to have the permission of the item you were tagged in. Take a

An active access token must be used to query information about the current user & OAuthException [code] => 2500

China☆狼群 提交于 2019-12-04 04:39:07
When user access token , I am getting error like . Please help me immediately. How can I solve this,tell me stdClass Object ( [error] => stdClass Object ( [message] => An active access token must be used to query information about the current user. [type] => OAuthException [code] => 2500 ) ) require 'facebook-php-sdk-v4/src/Facebook/autoload.php'; require("facebook.php"); $fb = new Facebook\Facebook([ 'app_id' => '1501716620042981', 'app_secret' => '510d15193610ca682b7f79c156992bb5', 'default_graph_version' => 'v2.3', ]); $helper = $fb->getRedirectLoginHelper(); try { $accessToken = $helper-

How can I get tagged_places of my friends?

假装没事ソ 提交于 2019-12-03 20:46:13
When I submit a get on Graph API Explorer, like that: me?fields=tagged_places Works good and return the data of my 'tagged places' to me. But when I try to get 'tagged places' of my friends, I got this error message: "error": { "message": "(#100) Unknown fields: tagged_places.", "type": "OAuthException", "code": 100 I want to know if is not possible to get 'tagged_places' of my friends or Im doing something wrong. hellzera You need to have the permission of the item you were tagged in. Take a look at this answer . Kindly note that the field 'tagged_places' is only accessible on the User object

Error Invalid Scopes: offline_access, publish_stream, when I try to connect with Facebook API

送分小仙女□ 提交于 2019-11-27 08:13:12
I got this error when I try to connect with Facebook API Invalid Scopes: offline_access, publish_stream. This message is only shown to developers. Users of your app will ignore these permissions if present. Please read the documentation for valid permissions at: https://developers.facebook.com/docs/Facebook-login/permissions Before I can connect my website with my Facebook account without problem and today I got the error above, the app is in my Facebook account when I use other Facebook account users of my app I can connect to my website without problem. The permissions offline_access and

Error Invalid Scopes: offline_access, publish_stream, when I try to connect with Facebook API

╄→гoц情女王★ 提交于 2019-11-26 14:04:17
问题 I got this error when I try to connect with Facebook API Invalid Scopes: offline_access, publish_stream. This message is only shown to developers. Users of your app will ignore these permissions if present. Please read the documentation for valid permissions at: https://developers.facebook.com/docs/Facebook-login/permissions Before I can connect my website with my Facebook account without problem and today I got the error above, the app is in my Facebook account when I use other Facebook