|
Fri, Sep 18 @ 4:04 PM: @bleutoo TBU7A9
Fri, Sep 18 @ 3:51 PM: TBU7A9
Fri, Sep 18 @ 2:49 PM: @bleutoo TBU7A9
Sun, Aug 30 @ 1:02 PM: @nobosh @avocadofridge sorry for the absence. been working on projects. oAuth is in development. It's a bit pissy, but getting there.
Fri, Jun 19 @ 4:14 PM: @PhillipSenn js function. can navigate to div or layoutarea: function goURL(surl, div) {ColdFusion.navigate(surl, div);} #coldfusion
Thu, Jun 18 @ 4:43 PM: Just Released - twitterCOM v1.1 - New features include saved search integration and several tweaks. http://tinyurl.com/twcom #coldfusion
Thu, Jun 18 @ 4:41 PM: @pcsilva it happens... nice to meet you by the way. fellow developer. was looking at your site, you've done some great work.
Wed, Jun 17 @ 7:10 PM: @pcsilva thanks for the RT... but the link goes to your site? Which seems kinda weird... RT a message I didn't send.
Wed, Jun 17 @ 5:19 PM: If your a ColdFusion Developer and on Twitter... We'll soon be meeting.
Follow: @cfm_twitcom If you don't know what a library is, then you probably should learn. Cause they are the sweetest things since bags of marbles. Let's get to the point, I'm not a sales man. I'm not a marketing guy. I'm a programmer/designer/artist. I think in pictures and code. This library is here to help other ColdFusion Programmers gain easy access to the Twitter API. So download the library, put it in a directory, and start testing it out. Also if you have any questions or need help outputting data. Leave a comment, I've got tons of code samples and am more than happy to help. *Notice* twitterCOM is a work in progress, and revisions/modifications are made on a regular basis. Please check back for updates and modifications to the Library. If you like the library and it saves you a bunch of time, why not donate a few bones? Change Log
- Jun 18, 2009: global 1. update all return results to JSON format for speed and ease of use. 2. single status method has been removed. verify 1. method now outputs a structure with the returned user profile and stat/statuscode variables. if the user is valid the verify.stat variable will return true will the associated profile information. if the user is not valid it returns false with the failing status code extended information 1. combined the user/id arguments into single argument "user" 2. if the user is valid the extinfo.stat variable will return true will the associated profile information. if the user is not valid it returns false with the failing status code relations 1. combined the user/id arguments into a single argument "usser" friendship 1. combined the create friend, destroy friend, and block friend into one method. get status 1. combined the user/id arguments into a single argument "usser" messages 1. modified the return values to return messages, but if request fails an array will be returned where: index 1 = fail and index 2 = result statuscode post status 1. included variable to convert message to utf-8 compliant string. search 1. added search string converstion to "utf-8" saved search integration 1. added functionality to interact with the saved search fucntions of the twitter api. list, create, show, destroy are the valid operators. - Jun 17, 2009: v 1.0 - twitterCOM ColdFusion Library Released. |