strohne / Facepager

Facepager was made for fetching public available data from YouTube, Twitter and other websites on the basis of APIs and webscraping.
https://github.com/strohne/Facepager/releases
506 stars 198 forks source link

Twitter API v 1.1 #6

Closed dorvak closed 11 years ago

dorvak commented 11 years ago

Accessing Twitter via API version 1.0 is deprecated; update to 1.1 is necessary

strohne commented 11 years ago

Authorization process seems to be complicated, see https://dev.twitter.com/docs/auth/authorizing-request

Might be wise to look at existing Python wrappers: https://dev.twitter.com/docs/twitter-libraries

Meanwhile I worked on the Twitter tab, providing more options.

dorvak commented 11 years ago

Basic Twitter Auth example is implemented in twitterauth branch