Grackle v0.3.0 (Twitter API 1.1 Support) Released

37 views
Skip to first unread message

Hayes Davis

unread,
Mar 31, 2013, 7:06:44 PM3/31/13
to grac...@googlegroups.com
Hi All,

In the spirit of better late than never, I've just released Grackle 0.3.0 which defaults to using Twitter API 1.1. This will be a breaking change if you're expecting API 1.0 behavior by default. There's more info about all this in the README.

You can still toggle back to the 1.0 API way of doing things by specifying :v1 as the API.

In the client constructor:

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

or if you're using an existing client instance

client.api = :v1

I'll just echo Twitter here and remind everyone that API 1.0 is deprecated and will go away on May 7th, 2013. API 1.1 is the way of the future so you should make sure you transition your code soon.

Hayes
Reply all
Reply to author
Forward
0 new messages