url(r'^oauth/authorize/$', views.oauth_user_auth, name='oauth_user_auth'),
url(r'^oauth/access_token/$', csrf_exempt(views.OAuth1AccessTokenView.as_view())),
url(r'^oauth/authorize/$', views.oauth_user_auth, name='oauth_user_auth'),
url(r'^oauth/access_token/$', csrf_exempt(views.OAuth1AccessTokenView.as_view())),