eleweek / WatchPeopleCode

http://WatchPeopleCode.com
MIT License
198 stars 16 forks source link

App.py Lines 429-431 #9

Closed Chr12t0pher closed 9 years ago

Chr12t0pher commented 9 years ago

When authorizing the user with their Reddit account, the user is returned to localhost, rather than the web-server.

r.set_oauth_app_info(app.config['REDDIT_API_ID'], app.config['REDDIT_API_SECRET'], 'http://localhost:5000/reddit_authorize_callback')
    url = r.get_authorize_url('UniqueKey', 'identity', refreshable=True)
    return redirect(url)
elimohl commented 9 years ago

Thank you for reporting it. Fixed this in repo today. But authorization is not fully implemented right now.