Skip to content

Commit

Permalink
Fix some json syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Huang committed Sep 28, 2012
1 parent c67a665 commit 1f872aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -253,12 +253,12 @@ Line:
"oauth" : {
"type": "three-legged",
"requestURL": "https://api.twitter.com/oauth/request_token",
"signinURL": "https://api.twitter.com/oauth/authorize?oauth_token="
"signinURL": "https://api.twitter.com/oauth/authorize?oauth_token=",
"accessURL": "https://api.twitter.com/oauth/access_token",
"version": "1.0",
"crypt": "HMAC-SHA1",
}
"keyParam": "",
"crypt": "HMAC-SHA1"
},
"keyParam": ""
}
```

Expand Down

0 comments on commit 1f872aa

Please sign in to comment.