Tell me the correct Facebook Api Call/Request to get all activities of a group (with user-id)

  • Status: Closed
  • Prize: $20
  • Entries Received: 2

Contest Brief

Easy Task for Facebook Api Experts

I just need the correct Call/Request to show the info i need in Graph API Explorer

I need all of the activities per post going on in a public facebook Group by User/ID, Posts by (with user-id),Comments on the post (with user-id), Likes/Reactions given on the post (with user-id), in one call of the api

I need the correct call in 2 versions

1. Version = All Group Posts
2. Version = Group Posts of the last 24h

If you have the correct Api Call , just sent post it here - first one that tells me the correct call will win the contest !

Recommended Skills

Top entries from this contest

View More Entries

Public Clarification Board

  • tilldima
    tilldima
    • 6 years ago

    Hey! Here is your call `/feed?fields=from,comments,likes`. For limiting post to 24 hours, you need to add `since` parameter like this: `/feed?fields=from,comments,likes&since= 1508002260`. You can get right `since` parameter here https://www.unixtimestamp.com/index.php. Enter needed date in right side and you'll get timestamp. Feel free to ask any questions if you have

    • 6 years ago
  • visweswaran1998
    visweswaran1998
    • 6 years ago

    Here is an example call: python.programmers/posts?fields=created_time,likes,comments.limit(10),id,message is this what you want?

    • 6 years ago
    1. jensiboy
      Contest Holder
      • 6 years ago

      Hi Visweswaran, thx for your post .... like described i need the activities per post including the user id & name did this activity - with your sample i could only see some old posts in the python group ...

      • 6 years ago

How to get started with contests

  • Post your contest

    Post Your Contest Quick and easy

  • Get tons of entries

    Get Tons of Entries From around the world

  • Award the best entry

    Award the best entry Download the files - Easy!

Post a Contest Now or Join us Today!