Add example of OAuth callback URL in README (fix #9)

This commit is contained in:
Yohan Boniface 2013-05-22 17:34:35 +02:00
parent 96a0c4b16b
commit 14e42515cd

View file

@ -56,6 +56,9 @@ needs. For example::
TWITTER_CONSUMER_KEY = "xxx"
TWITTER_CONSUMER_SECRET = "yyy"
Example of callback URL to use for settings up OAuth apps::
http://umap.foo.bar/complete/github/
Create the tables::