PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Saturday, February 26, 2022

[FIXED] Using Facebook API, get list of user's groups where membership is pending approval

 February 26, 2022     facebook, facebook-fql, facebook-graph-api, facebook-php-sdk     No comments   

Issue

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 admin, this group doesn't show up on the API's groups list.

Is there a way to see which groups the user has applied to, and is awaiting an administrator to approve membership?

Thanks. I hope this is clear enough.


Solution

Yes you can get group details and members list https://developers.facebook.com/docs/reference/api/group/



Answered By - Kashif Umar
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing