Closed GoogleCodeExporter closed 9 years ago
Is that a patch for django-forum/admin.py ? Doesn't appear to be related to the
OAuth client.
Original comment by rwilli...@gmail.com
on 12 Feb 2009 at 12:20
My Apologies. Here is the correct patch.
Original comment by macmicha...@gmail.com
on 12 Feb 2009 at 11:03
Attachments:
Original comment by leah.culver
on 17 Feb 2009 at 8:36
The SimpleOAuthClient is really an example and not meant to be used in
production.
You can easily override oauth.OAuthClient to work better with relative urls
(like
Django's request.path). If you're working with Django I would recomment
checking out
django-oauth: http://code.welldev.org/django-oauth/wiki/Home
Hope that helps!
Original comment by leah.culver
on 18 Feb 2009 at 12:08
Good Point. The link that you sent me on David's Django-oauth (great project)
is not
intended for the client side usage. Its purposed as described is to create an
api
system that would allow for other developers to tie into given protected
resources. I
am actually using this right now on a couple of projects that I have worked on
and is
working out great. However, I would like to see a generic library that would
work
across the board. If the server-sided portion of OAuth is implemented
correctly, then
a generic client library should not be an issue. Any reason why this would not
work?
I think I will start a project for this.
Original comment by macmicha...@gmail.com
on 23 Feb 2009 at 12:16
Original issue reported on code.google.com by
macmicha...@gmail.com
on 6 Feb 2009 at 3:27Attachments: