Add example of OAuth callback URL in README (fix #9)
This commit is contained in:
parent
96a0c4b16b
commit
14e42515cd
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@ needs. For example::
|
||||||
TWITTER_CONSUMER_KEY = "xxx"
|
TWITTER_CONSUMER_KEY = "xxx"
|
||||||
TWITTER_CONSUMER_SECRET = "yyy"
|
TWITTER_CONSUMER_SECRET = "yyy"
|
||||||
|
|
||||||
|
Example of callback URL to use for settings up OAuth apps::
|
||||||
|
|
||||||
|
http://umap.foo.bar/complete/github/
|
||||||
|
|
||||||
Create the tables::
|
Create the tables::
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue