Skip to content

Instantly share code, notes, and snippets.

@conoro
Created May 28, 2011 20:29
Show Gist options
  • Save conoro/997210 to your computer and use it in GitHub Desktop.
Save conoro/997210 to your computer and use it in GitHub Desktop.
User Following
<user>
<count> #count </count>
<current_page> #current_page </current_page>
<pages> #num_pages </pages>
<per_page> #per_page </per_page>
<id> #user_id </id>
<name> #display_name </name>
<email> #email_address </email>
<user_name> #user_name </user_name>
<following>
<followed>
<id> #followed_id </id>
<name> #display_name </name>
<email> #email_address </email>
<user_name> #user_name </user_name>
</followed>
</following>
</user>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment