I'm trying to request a token as well.. Just wondering, when you send your POST request, what URL do you send it to? I tried http://jaiku.com/api/request_token with no luck.
Wow.. Andy actually wrote back. He says that subdomains are breaking the process. Have you tried www.jaiku.com and jaiku.com? http://tinyurl.com/ddrrbb
I have an unrelated question. I see a lot of libraries are for python 2.6, but that the latest version (which I'm learning on) is 3.0. Is everyone just boycotting it?
I also managed to get a request token, I even managed to convert that into a token authorize URL, and it seemed like Jaiku accepted it, unfortunately it didn't show up on the list of authorized tokens. I'm looking at the #JaikuEngine source for clues
(btw, my 500 error is from my own server, doh!, I also get the generic exception you're getting. BTW it seems wrong that we're served HTML and HTTP 200. But I don't know the OAuth best pratice on error handling)
19 comments so far
(I'm finding the section on errorcodes in the API docs "somewhat" less amusing now ;-))
7 months, 3 weeks ago by kimbach
I'm trying to request a token as well.. Just wondering, when you send your POST request, what URL do you send it to? I tried http://jaiku.com/api/request_token with no luck.
7 months, 3 weeks ago by zealalot
Yeah it's pretty much the same for me, and that is exactly the URL I'm trying to post to. Do you also get HTTP code 500?
7 months, 3 weeks ago by kimbach
Seems like some work is going on http://rietku.appspot.com/14/diff/1001/17, maybe time to get the source and get involved :-)
7 months, 3 weeks ago by kimbach
Nah, I just keep getting the HTML for the 'Something Broke' page. I did start a post on Groups though: http://tinyurl.com/cmnl2a
7 months, 3 weeks ago by zealalot
Yes, I did a follow-up post where I reiterated my problems, I might get further than you, getting an empty response and an error 500
7 months, 3 weeks ago by kimbach
Hah.. Just noticed that you're the same person I'm talking to in Google Groups ;)
7 months, 3 weeks ago by zealalot
LOL, indeed, we do seem to have a similar problem, I'll post my entire code-snippet later
7 months, 3 weeks ago by kimbach
Just sent an e-mail to andy@jaiku.com (Keep seeing his address in the OAuth docs) This is driving me crazy, I'm so ADD..
7 months, 3 weeks ago by zealalot
Wow.. Andy actually wrote back. He says that subdomains are breaking the process. Have you tried www.jaiku.com and jaiku.com? http://tinyurl.com/ddrrbb
7 months, 3 weeks ago by zealalot
nice! And I've tried both, both resulted in the error 500 - I'll do some more testing in the morning though
7 months, 3 weeks ago by kimbach
I have an unrelated question. I see a lot of libraries are for python 2.6, but that the latest version (which I'm learning on) is 3.0. Is everyone just boycotting it?
7 months, 3 weeks ago by zealalot
Finally got a request token! Here's the code: http://tinyurl.com/cmeywl
7 months, 2 weeks ago by zealalot
Cool, thanks for sharing, I'll try again!
7 months, 2 weeks ago by kimbach
I also managed to get a request token, I even managed to convert that into a token authorize URL, and it seemed like Jaiku accepted it, unfortunately it didn't show up on the list of authorized tokens. I'm looking at the #JaikuEngine source for clues
7 months, 2 weeks ago by kimbach
(btw, my 500 error is from my own server, doh!, I also get the generic exception you're getting. BTW it seems wrong that we're served HTML and HTTP 200. But I don't know the OAuth best pratice on error handling)
7 months, 2 weeks ago by kimbach
I know kimbach has already gotten this far, but here's the code I used to get an authorized token: http://python.pastebin.com/f1c2f00a2
7 months, 2 weeks ago by zealalot
So your tokens showed up on this page http://www.jaiku.com/api/tokens ?
7 months, 2 weeks ago by kimbach
ah I see, you're using the appspot.com URL, that was a strange twist, might have had better succes if I'd used that all along
7 months, 2 weeks ago by kimbach