Created
February 25, 2009 01:13
-
-
Save bkudria/69927 to your computer and use it in GitHub Desktop.
YQL query to get all followers' real names from the TimesPeople API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use 'http://github.com/bkudria/yql-tables/raw/dcf34a2d0be5b75b0a0d44bdb5d308f5f3a1f7f5/nyt/nyt.people.followers.xml' as followers; | |
select user_displayname from followers where apikey='your:api:key' and user-id='56039348' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment