I've looked at the relevant section of the Piston documentation, but it only seems to focus on how to turn it on, not what it would look like for clients or how to test it to verify it's working. The example only seems to use HTTP Basic and curl. Finally, Ned Batchelder's question makes it look like a tutorial is in order. Thanks.
| |||||
feedback
|
|
I've just found one tutorial at http://blog.carduner.net/2010/01/26/django-piston-and-oauth/. Hope this would help someone. | |||||
feedback
|
|
I did benjamin dell; at what point are you? The endless loop? In that case; add this function to yourapp.api.views:
and set settings.OAUTH_CALLBACK_VIEW = "api.views.request_token_ready" | |||
|
feedback
|