API now uses OAuth

This commit is contained in:
2010-04-26 22:24:59 +01:00
parent 7f9d6f0abc
commit cb3efa04e2
5 changed files with 37 additions and 2 deletions

4
api/views.py Normal file
View File

@@ -0,0 +1,4 @@
from django.http import HttpResponse
def oauth_callback(request, other):
return HttpResponse('Fake callback view.')