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.jsonMy current script doesn't store the username as a value anywhere, so I dunno how to do it.


Sign In
Create Account


Back to top









