Grackle and the versioned Twitter API

7 views
Skip to first unread message

Hayes Davis

unread,
Jun 2, 2010, 11:49:44 AM6/2/10
to Grackle Development
Hi all,

Just wanted to drop you a note that Twitter is expecting everyone to
be using versioned API calls for the REST api from here on out (i.e.
http://api.twitter.com/1/your/resource/here). The current version of
grackle supports this but does not have that turned on by default. To
do that, do one of the following:

client = Grackle::Client.new(:api=>:v1)

or on an existing client:

client.api = :v1

I'll be doing a release in the next few days that makes the versioned
API the default.

Hayes
Reply all
Reply to author
Forward
0 new messages