Jump to content

Twitter API

- - - - -

  • Please log in to reply
No replies to this topic

#1
Ricardo-san

Ricardo-san

    Learning Programmer

  • Members
  • PipPipPip
  • 53 posts
Hi guys,
I'm working on a Twitter script that asks a user to first sign in, then "follow" my Twitter account.
I did some reading on the API but I'm not sure how I'll implement this.
follow

Enables notifications for updates from the specified user to the authenticating user.  Returns the specified user when successful.

URL:http://twitter.com/notifications/follow/id.format

Formats: xml, json

Method(s): POST

Parameters: 

id.  Required.  The ID or screen name of the user to follow.  Ex: http://twitter.com/notifications/follow/12345.xml or http://twitter.com/notifications/follow/bob.json
My current script doesn't store the username as a value anywhere, so I dunno how to do it.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users