Re: [twitter-dev] ORA-29268: HTTP client error 400 - Bad Request

2010-04-07 Thread Dana Contreras
Change the method from POST to GET. On Wed, Apr 7, 2010 at 9:21 AM, Nitin wrote: > Hi All- > > I've been trying to get read the friends timeline using Oracle PL/ > SQL's UTL_HTTP method but for some reason it throws a "HTTP client 400 > - Bad Request" message at line #19 - line with the get_res

Re: [twitter-dev] ORA-29268: HTTP client error 400 - Bad Request

2010-04-07 Thread Ed Costello
You’re going to want to change your twitter password. What does the actual request look like (what is being sent to twitter)? -- -ed costello @epc / +13474080372 -- To unsubscribe, reply using "remove me" as the subject.

[twitter-dev] ORA-29268: HTTP client error 400 - Bad Request

2010-04-07 Thread Nitin
Hi All- I've been trying to get read the friends timeline using Oracle PL/ SQL's UTL_HTTP method but for some reason it throws a "HTTP client 400 - Bad Request" message at line #19 - line with the get_response() function. This piece of code works perfectly well for others. I'm using Oracle XE. Cou