ruby on rails 3 - facebook invited users from app -


i using facebook graph api make users send requests friends on facebook join rails application using these code , working great

    $("a#invitefriends").click(function(){         fb.init({      appid  : 'myappid',     cookie :false,      status :true    });   fb.ui({method :"apprequests",message :'my message '});     }); 

i wanted data of users user invited them rails app?

you can use callback method. can find more information,syntax @

https://developers.facebook.com/docs/tutorials/canvas-games/requests/


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -