php - Twitter api: Does x follow y? -


i'm looking simple script tell me if 1 twitter user follows twitter user. looked through twitter developer docs, couldn't find information relating want accomplish.

an example of i'm looking demonstrated on site: http://doesfollow.com/jjmpsp/rhyyysss

i did consider using website, , checking if page contains string "yup", isn't efficient way this.

anyone have suggestions/resources how go accomplishing want do?

okay, figured out. lol...

https://api.twitter.com/1/friendships/show.json?source_screen_name=jjmpsp&target_screen_name=rhyyysss


Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -