I have developed a facebook app using fbgraph, rails 3 and facebook graph api. I want to to include few of my facebook friends in the game(app) and when I finish playing the game, I want to send notification to all those friends or want to post on their wall. Important thing is that those friend of mine are not registered to my app. I know many applications do that easily but sadly I am not able to do that. Pls help.
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.
|
|
|
Have you tried http://stackoverflow.com/a/5994488/624590 for fetching friends? Basically along the lines of:
Also, make sure you have the correct API permissions for retrieving friends lists (should be read_friendlists permission). Once you have the friends data, use their IDs to get their user objects and target the |
||||
|
|