Get app activity log using graph-facebook-api

Pavel Vlasov

How to get activity log of specific app in facebook using Graph Faceebok API? For example I use shazam and it posts to my wall new songs.

I can see these songs on my wall and also in activity_log url.

https://www.facebook.com/NAME?sk=allactivity&privacy_source=activity_log&log_filter=app_210827375150

Could you help me how to get activity log data from specific app. ex. Shazam.

Thank you!

Pattapong J

Graph API provide filter by app like you see in activity log.

For example :

app: shazam 
id: 210827375150

Graph API for this app activity https://graph.facebook.com/me/home?filter=app_210827375150

You can test it here https://developers.facebook.com/tools/explorer?method=GET&path=me%2Fhome%3Ffilter%3Dapp_210827375150

And for the document: https://developers.facebook.com/docs/reference/api/user/#home

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Get facebook friends posts using graph API

From Dev

Get news feed using Facebook Graph API

From Dev

Get news feed using Facebook Graph API

From Dev

How to get geolocation of facebook status using facebook graph API

From Dev

Get Users App-Scoped user id in Facebook Graph API

From Dev

Sharing or linking post using Facebook Graph API on windows forms app

From Dev

Facebook Graph API and app secret

From Dev

Get ALL User Friends Using Facebook Graph API - Android

From Dev

How to get all content posted by a Facebook Group using Graph API

From Dev

Get travelling destination from Facebook using Graph API

From Dev

How to get the list of facebook groups using graph api

From Dev

Get Facebook User Email Using Graph API PHP SDK

From Dev

How to get planned events of a user using Facebook Graph API

From Dev

Get similar pages by category and their likes using Facebook graph API

From Dev

how to get group videos list using Facebook Graph API?

From Dev

Get information for Facebook page in Facebook API graph

From Dev

Get information for Facebook page in Facebook API graph

From Dev

Android log in app using Facebook

From Dev

Get Facebook User Profile ID instead of App-Scoped user id in Facebook Graph API

From Dev

Facebook (on Android) Open Graph posts twice on activity log

From Dev

How can I get the number of Videos a Facebook Page has posted using the Facebook Graph API?

From Dev

How can I read posts using the Facebook Graph API without asking the user to log in?

From Dev

Query app pictures through Facebook graph api

From Dev

Using Koala Facebook API to get information from app pages

From Dev

How to get list of Facebook friends for testing an app, given the new Graph API limitations?

From Dev

How to get list of Facebook friends for testing an app, given the new Graph API limitations?

From Dev

Facebook Graph API: get the photos in an album of a group

From Dev

Facebook graph API get all fields data

From Dev

Facebook Graph API - Get translated location

Related Related

  1. 1

    Get facebook friends posts using graph API

  2. 2

    Get news feed using Facebook Graph API

  3. 3

    Get news feed using Facebook Graph API

  4. 4

    How to get geolocation of facebook status using facebook graph API

  5. 5

    Get Users App-Scoped user id in Facebook Graph API

  6. 6

    Sharing or linking post using Facebook Graph API on windows forms app

  7. 7

    Facebook Graph API and app secret

  8. 8

    Get ALL User Friends Using Facebook Graph API - Android

  9. 9

    How to get all content posted by a Facebook Group using Graph API

  10. 10

    Get travelling destination from Facebook using Graph API

  11. 11

    How to get the list of facebook groups using graph api

  12. 12

    Get Facebook User Email Using Graph API PHP SDK

  13. 13

    How to get planned events of a user using Facebook Graph API

  14. 14

    Get similar pages by category and their likes using Facebook graph API

  15. 15

    how to get group videos list using Facebook Graph API?

  16. 16

    Get information for Facebook page in Facebook API graph

  17. 17

    Get information for Facebook page in Facebook API graph

  18. 18

    Android log in app using Facebook

  19. 19

    Get Facebook User Profile ID instead of App-Scoped user id in Facebook Graph API

  20. 20

    Facebook (on Android) Open Graph posts twice on activity log

  21. 21

    How can I get the number of Videos a Facebook Page has posted using the Facebook Graph API?

  22. 22

    How can I read posts using the Facebook Graph API without asking the user to log in?

  23. 23

    Query app pictures through Facebook graph api

  24. 24

    Using Koala Facebook API to get information from app pages

  25. 25

    How to get list of Facebook friends for testing an app, given the new Graph API limitations?

  26. 26

    How to get list of Facebook friends for testing an app, given the new Graph API limitations?

  27. 27

    Facebook Graph API: get the photos in an album of a group

  28. 28

    Facebook graph API get all fields data

  29. 29

    Facebook Graph API - Get translated location

HotTag

Archive