php - Twitter API - get users which are common in my following and followers list -


i developing twitter api

i using rest api using ruby oath gem

i need users common in following , followers list.

what api can use?

thanks sreeraj

quite easy! perform !diff between 2 lists.

in other words, both lists, , iterate on each entry/person, remove differences, , viola!


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -