From 7ad162435344cc7208df219aa1d6e40d87ce0554 Mon Sep 17 00:00:00 2001 From: Kai Hendry Date: Fri, 17 Jan 2014 14:23:32 +0800 Subject: [PATCH] Attempting to fix markdown --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fd1f73..5d48f60 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ token](https://dev.twitter.com/docs/auth/application-only-auth): 1. Under OAuth settings, make a note of the **Consumer key** and **Consumer secret** 1. Now retrieve the bearer token by building a request with curl: + curl -X POST --verbose "https://api.twitter.com/oauth2/token" -d "grant_type=client_credentials" -u consumerKey:consumerSecret The response should end like: @@ -47,4 +48,3 @@ Save that SECRETEXAMPLESTRING to secret.php: -