FriendsOfSymfony / FOSFacebookBundle

NOT MAINTAINED - see https://github.com/hwi/HWIOAuthBundle
322 stars 140 forks source link

Include facebook friends into website #245

Closed lukeman83 closed 11 years ago

lukeman83 commented 11 years ago

Hi, how can I include facebook friends into website?

dupuchba commented 11 years ago

@lukeman83 do you mean inviting friends of your user? Do you have any examples/resources?

lukeman83 commented 11 years ago

I mean invite friends getting friend list by facebookid or by credentials and sending notification to user facebook friends!

dupuchba commented 11 years ago

Ok so you have to check what facebook call "Request Dialog" here

But they give only example in javascript which should be fine. If you want to use php, you can still read this blog post on facebook developer.

stof commented 11 years ago

Closing this as the bundle is about authenticating through Facebook. To do other API calls, you should use their SDK.