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 list
3. Can we do the above using javaclient library
I tried the below ,in vain
FB_RequireFeatures(["XFBML"],function()
{
FB.Facebook.init
("2654d333c10576bae931ba210f288314","xd_receiver.htm");
FB.Facebook.get_sessionState().waitUntilReady(function()
{
FB.Facebook.apiClient.friends_get(null,function(result,ex){
window.alert("friends list :" + result);
var userid = result;
FB.Facebook.apiClient.notifications_send (userid, 'string
notification',null);
Need help
Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---