FriendsOfSymfony / FOSFacebookBundle

NOT MAINTAINED - see https://github.com/hwi/HWIOAuthBundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include facebook friends into website

lukeman83 opened this issue · comments

Hi,
how can I include facebook friends into website?

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

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

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.

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