Favorite

POST /favorites

A Favorite is a team that a User has selected to follow. Enables the user to appear on the team Leaderboard.

Parameters

  • team_short_name – (required) Team nickname

Example

Create a Favorite for the currently authenticated User like this:

$ curl -d "team_short_name=Bulls" 'http://fanvibe.com/api/favorites.xml'
Next: Share →