Displaying 1 result from an estimated 1 matches for "facebook_invite".
2013 May 30
0
Import friends
Hi friends,
I need send invitation to my facebook friends. i can import all my facebook
friends. but when i send a message to particular user this message send all
my friends. how can i solved it. Please help me.
this is my code
def facebook_invite
friend_id= params[:mail]
logger.debug(''CURRENT'')
logger.debug( current_user.authentications[0][''token''] )
if( access_token = current_user.authentications[0][''token''] )
@graph = Koala::Facebook::GraphAPI.new(access_token)...