Chris Pollett > Students >
Sowmya

    ( Print View )

    [Bio]

    [Project Blog]

    [CS297 Proposal]

    [Facebook/Twitter APIs PDF]

    [FQL and Facebook Login PDF]

    [Twitter Auth PDF]

    [Twitter Follow Unfollow PDF]

    [Facebook Callback PDF]

    [Rewrite Rules PDF]

    [Intial Design - Login & Home page PDF]

    [Deliverable1a]

    [Deliverable1b]

    [Deliverable2a]

    [Deliverable2b]

    [Deliverable3]

    [Deliverable4]

    [CS297 Project Report PDF]

    [CS298 Proposal]

    [CS298 Report PDF]

    [CS298 Presentation PDF]

    [CS298 Code ZIP]

                          

























Description :

Sometimes the list of friends we follow would become too big to have a maintainable status updates. Removing someone from your following list means that you will no longer receive his or her updates.
API Usage:

  • URL: http://api.twitter.com/1/statuses/update.json
  • Request Parameters:
    • Auth token : This is the secret key that uniquely identifies a user
    • Status : The status message to be posted.
  • Request Method: POST
  • Response data: Returns HTTP status 403 when the status message is more than 140 characters or when the current status is the same text as the most recently posted status. On success, all the meta information of the status message and the authenticated user is returned.
Download the Twitter Update ZIP