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

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -