6

facebook api 2.4, user_group permission

 2 years ago
source link: https://www.codesd.com/item/facebook-api-2-4-user-group-permission.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

facebook api 2.4, user_group permission

advertisements

i have make a web site that required user_group permission, but when i decided to Publish it, i submit my apps for the review, i have discovered that user_group permission could not be approved.

JWhIK.png

But my website need to get the user groups list, how can i do it?

i have tryed using FQL or GRAPH API with 'user_managed_groups' permission but in the response there are only the groups were i am admin.

Help me, and sorry for my grammar :).


the user_groups permission has been deprecated. Developers may continue to use the user_managed_groups permission to access the groups a person is the administrator of. This information is still accessed via the /v2.4/{user_id}/groups edge which is still available in v2.4.

Source: https://developers.facebook.com/docs/apps/changelog#v2_4

There is no replacement for user_groups, you can´t get access to groups you don´t manage anymore.

Related Articles

The photo pole of Facebook api suddenly started giving permission

I am posting photo on facebook page using facebook graph api 2.2. I am using spring social for the same. The application was working properly out of a sudden the photo posts started giving error few days back saying permission error on posts with a p

Facebook API manage_groups permission to create a group

I want to create and manage a group through the Facebook API. There are some older messages here (more than a year old) that say it can't be done -- is that still the case? Has anyone manage to do it? Thanks in advance, ConorI'm trying to mark groups

How do I get the Facebook API group ID?

How can i get the group id from facebook API <?php session_start(); require_once __DIR__ . '/src/Facebook/autoload.php'; $fb = new Facebook\Facebook([ 'app_id' => 'APP_ID', 'app_secret' => 'APP_SECRET', 'default_graph_version' => 'v2.4', ]); $

Use the Facebook API, get the list of user groups whose membership is pending approval

Using the Facebook API, it's possible to get retrieve a list of a user's groups if you have the user_groups permission. This only lists groups where the user is already a member. However, if a user asks to join a group, and am waiting approval by the

Get all photos from all the albums on a page using the Facebook API. Cache or query?

I'm wanting to get all the photos (and their respective comments, likes, and tags) from all the albums of a Facebook page (which is public). And while I know how to get this information using the Facebook API (or using FQL), my question is more about

Data storage Facebook API

I'm building a web application that relies upon the Facebook API. I want to use information retrieved about the users' friends, in order to display custom messages and updates to that user. Standard Fare. I'm uncertain as to how long and in what mann

Problem with authorization of the Facebook API for instant articles

I am trying to make a POST request to the Facebook API to create instant articles, like so: curl \ -F 'access_token={access token}' \ -F 'html_source="<!doctype html><html>blah blah blah</html>"' \ -F 'published=true' \ -F 'dev

Is there any way to remove photo labels with the Facebook API?

There are some old posts related to this topic but the API has since changed, so I wanted to ask again. Is there any way to remove photo tags with the Facebook API? I saw this documentation about deleting photo tags with the graph API. https://develo

New Facebook API: using getLoginStatus to detect if the user is logged in

Is there a way, using the new Facebook API, to detect whether a user is logged in or not on facebook, without any relation to the facebook app? This should be all done in client-side javascript on a page on a website. In more detail: According to the

Scores FaceBook api gives a score for a single user

I am trying to build facebook leaderboard in unity3d for android platform. I have seen the facebook api for scores.I have been using the friend smash example . I am able to successfully post the score using : var query = new Dictionary<string, string

Facebook API: how to publish your own application wall without a connection

I want to post to my own application wall a text with a script but without to login first because it should be done automatically. How could I do that? I tried already: $fb = new Facebook(array( 'appId' => 'appid', 'secret' => 'appsecret', 'cookie'

Python: Facebook API showing an invalid token

I am using facepy facebook graph API to access my mailbox/messages and I followed the following two approaches: 1st Approach: I used the access token I got from Graph Explorer facebook page and use the below code: from facepy import GraphAPI graph =

Get a list of friends using facebook api's

I have the following command which will allow me to post a message on the logged in users facebook wall: $facebook->api("/$uid/feed", "POST", array('message' => 'Hello! I\'m using the FB Graph API!')); i.e. using the url https://

How do I check whether I can send a private message to a user or not using the Facebook API or not?

How to check if I can send a private message to a Facebook user or not using the Facebook API? The receiver may not necessarily be my friend. Also he hasn't given any rights to my Facebook application. Edit: I am using Send dialog for sending private

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK