have a look at the below link
http://uswaretech.com/blog/2009/02/how-to-build-a-facebook-app-in-django/

this may help you in understanding the integration of your application
into facebook platform

On Jun 12, 5:11 pm, gganesh <ganesh....@gmail.com> wrote:
> 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 django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to