diff --git a/Overview-(Intro).textile b/Overview-(Intro).textile index 82fb83b..1d0c758 100644 --- a/Overview-(Intro).textile +++ b/Overview-(Intro).textile @@ -1,6 +1,6 @@ h1. Twython Overview (IMPORTANT) -Twython covers Twitter's API in (what is hopefully) full. It should be fairly self explanatory; documentation is split up in parts relating to each set of functions. Twython's API documentation tries to mirror "Twitter's API documentation":http://apiwiki.twitter.com/Twitter-API-Documentation in some manner. With that said, before using Twython, it's worth reading through Twitters "guide on things every Twitter developer should know":https://dev.twitter.com/docs/things-every-developer-should-know. +Twython covers Twitter's API in (what is hopefully) full. It should be fairly self explanatory; documentation is split up in parts relating to each set of functions. Twython's API documentation tries to mirror "Twitter's API documentation":https://dev.twitter.com/docs/api/1.1 in some manner. With that said, before using Twython, it's worth reading through Twitters "guide on things every Twitter developer should know":https://dev.twitter.com/docs/things-every-developer-should-know. Every argument to a function in Twython is a one to one mapping of the named parameters Twitter accepts in their API. An example is: