Hi,
I'm not going to integrate my application into Facebook platform
I just registered my app to get the api key
In that case what are all the facilities i can avail from facebook apart from using facebook for authentication
1. Can i get users friends list
2. will my application be allowed to send notification or messages or emails to users friends
Thanks
views:
189answers:
2
+4
A:
The obvious place to start to find out what the Facebook API offers would be the Facebook API documentation.
You'll be interested in the Friends.get
and Notifications.send
methods.
In other words, the answers to your questions are Yes and Yes.
Dave Webb
2009-06-12 12:07:26