search for: arefriends

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

Did you mean: allfriends
2008 May 06
1
check_friendship method only returning value of last pair
...uids2 = [] array_of_pairs_of_users.each do |pair| uids1 = pair.first ############ should this be uids1 << pair.first ############## uids2 = pair.last ############ should this be uids2 << pair.last ############## end post(''facebook.friends.areFriends'', :uids1 => uids1, :uids2 => uids2) end I tried to change the uid assignment to << rather than = in session.rb, but it is raising an IncorrectSignature error which I couldn''t track down how to fix/override. Any help would be appreciated! Thanks!