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 want to ask a question:

When a Facebook user use my apps, can I retrieve their application list?

I have a scenario that will require this:

  • People play my game.
  • If they have already play another game of mine, then they will have a bonus gift.

So I need to know if they've already used that another app or not. :)

share|improve this question

2 Answers

You can use "me/accounts" for see all app of current user (example : https://developers.facebook.com/tools/explorer/?method=GET&path=me%2Faccounts )

share|improve this answer
1  
With this, I can only get apps that I own, not apps that I've used. :) Thank you anyway. – Tuấn Minh Sep 19 '12 at 1:32

So I need to know if they've already used that another app or not.

Then you’ll have to save the user ids of people playing your games into your own database.

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.