bryantAXS / TGL_Twitter

EE Add-on that uses oAuth to display Twitter Feed
11 stars 8 forks source link

Implement twitter API 1.1 #4

Closed nstapelbroek closed 11 years ago

nstapelbroek commented 11 years ago

These commits change TGL_Twitter to use version 1.1 of Twitter's API by default (with JSON responses rather than XML now).

API 1.0 is still supported, you can specify the API version to use directly from the template tags.

bryantAXS commented 11 years ago

Awesome, thanks Nico!