Forcing re-approval on Google Reader import.

This commit is contained in:
Samuel Clay 2012-08-11 15:15:00 -07:00
parent a0f75e6396
commit cccee1e787

View file

@ -96,6 +96,7 @@ def reader_authorize(request):
scope="http://www.google.com/reader/api",
redirect_uri=STEP2_URI,
user_agent='NewsBlur Pro, www.newsblur.com',
approval_prompt="force",
)
logging.user(request, "~BB~FW~SBAuthorize Google Reader import - %s" % (
request.META['REMOTE_ADDR'],