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

Sunday, February 6, 2022

[FIXED] How to get Facebook group created date using Graph API

 February 06, 2022     facebook, facebook-graph-api, facebook-php-sdk     No comments   

Issue

As I can get other details of group like members, feeds etc, but being an admin, I want a created date of group using graph API. Please help me...

Thanks.


Solution

There is no straight option, but there are two workarounds to achieve something (it's not 100% perfect):

  • you can get the date when the group was last updated: Group, using updated_time field
  • second option, you can create a doc, that the group was established, and when you will have created doc, you can access created_time field, on group docs: Group-Doc

Hope, that helps.



Answered By - m.aibin
  • 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