How to get Facebook group created date using Graph API -


as can other details of group members, feeds etc, being admin, want created date of group using graph api. please me...

thanks.

there no straight option, there 2 workarounds achieve (it's not 100% perfect):

  • you can date when group last updated: group, using updated_time field
  • second option, can create doc, group established, , when have created doc, can access created_time field, on group docs: group-doc

hope, helps.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -