From 2c81694477bb08a6827ca815203fdc064e5c1235 Mon Sep 17 00:00:00 2001 From: bkvirendra Date: Sat, 10 Nov 2012 01:29:51 -0800 Subject: [PATCH] updated the url to the Twitter API Docs --- Overview-(Intro).textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: