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

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

java - Why is BlockingQueue.take() not releasing the thread? -

jQuery Ajax Render Fragments OR Whole Page -