Re: Django-OAuth Issue

2009-01-25 Thread David Larlet
Hello Chris, Le 25 janv. 09 à 02:40, Chris a écrit : > > Hello David sorry for the late response. I think that I found a minor > bug with django-oauth. > > So I tried Malcolm Tredinnick's recommendation and used the client > oauth library found here: > http://oauth.googlecode.com/svn/code/python/

Re: Django-OAuth Issue

2009-01-24 Thread Chris
Hello David sorry for the late response. I think that I found a minor bug with django-oauth. So I tried Malcolm Tredinnick's recommendation and used the client oauth library found here: http://oauth.googlecode.com/svn/code/python/oauth/example/client.py I filled in the variables as so: SERVER =

Re: Django-OAuth Issue

2009-01-19 Thread David Larlet
Chris, It seems that oauth_token argument is missing from your response. Do you still have errors with your code? Do not hesitate to contact me directly if that's the case, I do not want to spam this mailing-list with custom apps support. Regards, David Le 14 janv. 09 à 05:49, Chris a écri

Re: Django-OAuth Issue

2009-01-13 Thread Chris
Well I plugged in my variables into the example client and it still seems to break on the same segment: token = client.fetch_request_token(oauth_request) I am using code from this repository to handle the server sided portion: http://code.larlet.fr/django-oauth/ Perhaps there is an issue with thi

Re: Django-OAuth Issue

2009-01-13 Thread Malcolm Tredinnick
On Tue, 2009-01-13 at 18:54 -0800, Chris wrote: > Hello, > > I have been using django-oauth and am getting the below error using > this code http://dpaste.com/108808/ > > I get this when running the dpaste code in the python shell. > Traceback (most recent call last): > File "", line 1, in >

Django-OAuth Issue

2009-01-13 Thread Chris
Hello, I have been using django-oauth and am getting the below error using this code http://dpaste.com/108808/ I get this when running the dpaste code in the python shell. Traceback (most recent call last): File "", line 1, in File "", line 7, in get_unauthorised_request_token File "/usr/