Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. Sending requests explicitly stating an action and object:
  2.  
  3. FB.ui({method: 'apprequests',
  4. message: 'Take this bomb to blast your way to victory!',
  5. action_type:'send',
  6. object_id: 'YOUR_OBJECT_ID' // e.g. '191181717736427'
  7. }, function(response){
  8.  
  9. console.log(response);
  10. });
  11.  
  12. Action type: send
  13. Object type: gift
  14.  
  15. Object with ID '...' cannot be retrieved.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement