[67 total ]
Ticket #37 (Fixed) reported by Susan Potter - Add documentation about source ID and how to configure it

Request to add documentation about how to configured and setup the application source ID with Twitter on “Override configuration defaults?” thread on twitter4r-users Google ... [More] Groups:
http://groups.google.com/group/twitter4r-users/browse_thread/thread/c655457fdb127032

Added the documentation in the RDoc for the examples/configure.rb documentation:
http://twitter4r.rubyforge.org/rdoc/ [Less]

Blog post - Twitter4R 0.2.5 now with message paging support

A user of Twitter4R, Sergio Santos (also developer of TwitterNotes.com), requested message paging support in Twitter4R on September 22, 2007. Today (the next day) Twitter4R released version 0.2.5 including message paging support.

The new ... [More] support means you can now retrieve different pages from the Twitter API via Twitter4R using the following API usage:

this will retrieve the second page of…
[Less]

Ticket #36 (Fixed) changed by Susan Potter - Add paging support for Twitter::Client#messages API

Added support in [r155].

Ticket #36 (Fixed) changed by Susan Potter - Add paging support for Twitter::Client#messages API
Ticket #36 (Fixed) reported by Susan Potter - Add paging support for Twitter::Client#messages API

Following email sent Sept 22 (for my reference):
---—

Hello Susan,

I’ve been working now on Twitter’s direct messages and I realized that Twitter4R library didn’t supported iteration through pages on ... [More] direct messages. I changed the code a bit in order to get more pages. Here is the change:

#client/messaging.rb

def messages(action, options = { :page => 1 }) #Added options, with page =... [Less]

Ticket #35 (Invalid) changed by netshade - Allow Programmatic Setting of Username and Password

Was about to submit a patch and saw your ClassUtilMixin allowing the hash property setting – great for usage, but I have not seen anywhere in the docs where this is said to be possible.

Ticket #35 (Invalid) reported by netshade - Allow Programmatic Setting of Username and Password

Requiring a yml file to configure the client for every use case is silly. For simple scripts, the constructor should allow passing in the credentials. If this is currently possible, please doc this somewhere.

Ticket #34 (Fixed) changed by Susan Potter - Fix Rails integration

See changeset [r137] for fix and additions.

Ticket #34 (Open) changed by Susan Potter - Fix Rails integration

Amazingly the problem lies in Twitter4R’s overriding of Time#to_s. The good news is that Rails overrides Time#to_s to RFC822 which is what is needed (at least until Twitter changes their API, to use a more sensible format, which is already in the pipeline).

Ticket #34 (Open) reported by Susan Potter - Fix Rails integration

See Google Groups discussion here:
http://groups.google.com/group/twitter4r-users/browse_thread/thread/3d159ec5b85d225d