From 14139df6edf12d0efc2170620b18ff3cb2741e24 Mon Sep 17 00:00:00 2001 From: Glend Maatita Date: Fri, 18 Apr 2014 09:19:07 +0700 Subject: [PATCH] change authenticate_url to authorize_url on README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95242e0..06656ce 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Required parameters: See Twitter.php for optional parameters. Opauth-Twitter does "[Sign In with Twitter](https://dev.twitter.com/docs/auth/implementing-sign-twitter)" by default. -If you prefer to do a [3-legged OAuth](https://dev.twitter.com/docs/auth/3-legged-authorization), explicitly add `authenticate_url` parameter to strategy configuration and set it to `https://api.twitter.com/oauth/authorize`. +If you prefer to do a [3-legged OAuth](https://dev.twitter.com/docs/auth/3-legged-authorization), explicitly add `authorize_url` parameter to strategy configuration and set it to `https://api.twitter.com/oauth/authorize`. Dependencies ------------