1 from django.http import HttpResponseRedirect
3 def oauth_callback(request, data):
6 verifier = data.verifier
7 timestamp = data.timestamp
9 return HttpResponseRedirect("wl://")
10 #return HttpResponseRedirect("wl://%s/%s/%s/%s/" % (key, secret, verifier, timestamp))