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

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -