search for: mutualfriend

Displaying 1 result from an estimated 1 matches for "mutualfriend".

Did you mean: mutualfriends
2013 May 30
0
Import friends
...9;'CURRENT'') logger.debug( current_user.authentications[0][''token''] ) if( access_token = current_user.authentications[0][''token''] ) @graph = Koala::Facebook::GraphAPI.new(access_token) *@graph.get_connections("me", "mutualfriends/#{friend_id}")* begin *@graph.put_object("me", "feed", :message => "hi, #{current_user.user_name} has sent you request to join my project.")* rescue flash[:alert] = "Already Posted" end logger.debug( ''...