Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I know It is already possible to get all actions for custom app actions and objects:

https://graph.facebook.com/me/{appNameSpace}:{action}/{object}

This will list all the actions generated by an app, but only for a given user.

How do I get all the actions generated by an app (for all its users)?

share|improve this question
1  
alredy asked here stackoverflow.com/questions/8007724/… – gonxalo Jan 23 '12 at 13:38
1  
Exact duplicate: stackoverflow.com/questions/8007724/… – phwd Jul 10 '12 at 20:16

2 Answers

You can't get a list of all actions published by your app using the API. Instead, you should record them yourself when the action is sent to Facebook.

share|improve this answer

But you could access the actions of your friends and eventually beyond

https://graph.facebook.com/me/friends?fields=app_namespace:app_customaction&access_token=...
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.