How to Follow Twitter Users by API in Coldfusion?
Oauth is pretty complicated but I think I got the authentication working. I got up to the point where I get the user to authorize on Twitter and I have the access token and access token secret. From here, I'm not sure how I use it to generate a request to follow a user. I know that the url is: http://api.twitter.com/1/friendships/create.xml and that you can either pass in a user_id or screen_name but does anyone have any example code in Coldfusion that I can see as to how the cfhttp call look开发者_开发百科s like with all the parameters?
Thanks in advance.
Try (monkeh)Tweet Twitter API. It supports most of the twitter API methods including follow a user. Easy & freaking cool CF open source by Matt Gifford
精彩评论