Facebook list sent invitations -


I am writing a Facebook application, which needs to save the UID to the user's friends they are inviting . To clarify:

  • User_A is logged on to Facebook and using the app;
  • To invite some of his friends he has a swan;
  • The app will need to know who these contacts are

I think I use the standard fb: multi-friend-selector Can not do, because there is no way to know who is being invited ...

Maybe its a simple solution, but I can not find it: -)

Thank you very much

Andrea

Currently supported to do this The way

Returns the data as you go The script code is given when the user sends some requests

You can take those IDs and request details from the API (in the request_ids parameter) of the object ID A comma separated list has been created. Personally or (preferably) batch - using one.

Would you receive a response for an API call at https://graph.facebook.com/ [request ID]? Access_token = [APP Access Toucan] contains the following fields: ID, application, created_time, data, from (User ID and array of names), (User ID and array of names), I Ssage

You can then use those details to update your own app status as per the requirement.

A common use case is to prevent your user from sending the request multiple times to the same recipient, and this will be the next time you show it to that user, then the request code exclude_ids Parameters will be obtained by specifying a value.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -