From a622d7fddba931fa1ee3d3a2c7e194558ad0f83e Mon Sep 17 00:00:00 2001 From: Shapath Neupane Date: Wed, 14 Oct 2015 22:53:38 +0545 Subject: [PATCH] Updating Endpoint URL Updating Endpoint URL because the old one was pointing it to the wrong place. --- 06_Authentication_and_Requesting_Access_Tokens.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06_Authentication_and_Requesting_Access_Tokens.md b/06_Authentication_and_Requesting_Access_Tokens.md index 8fccd8c..7b7d7ca 100644 --- a/06_Authentication_and_Requesting_Access_Tokens.md +++ b/06_Authentication_and_Requesting_Access_Tokens.md @@ -7,7 +7,7 @@ an OAuth token: ```shell -curl -i https://api-news.layervault.com/oauth/token \ +curl -i https://www.designernews.co/oauth/token/ \ -F grant_type="password" \ -F username="" \ -F password=""