Skip to content

Commit

Permalink
Use a local callback URI for initial user authorization.
Browse files Browse the repository at this point in the history
  • Loading branch information
yllus committed Nov 19, 2011
1 parent 98ea872 commit c6ee7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/key.js.example
Expand Up @@ -3,5 +3,5 @@ var oauth, requestParams, accessParams;
var options = {
consumerKey: '123',
consumerSecret: '456789',
callbackUrl: 'http://127.0.0.1/callback.html'
callbackUrl: 'local:///callback.html'
};

0 comments on commit c6ee7a0

Please sign in to comment.