[twitter-dev] Re: Current TwitterOAuth API won't display authorization page

2010-07-08 Thread Indo Optimis
Hi, I'm new in twitter development. I have a problem when I'm using twitter connect (Sign in with twitter) with OAuth. I can Sign In successfully, but I can't fetch the data of the user. I've tried it in ordinary php script, and it was success. It's appear like this :

Re: [twitter-dev] Re: Current TwitterOAuth API won't display authorization page

2010-05-28 Thread Abraham Williams
Try switching $to->OAuthRequest( "https://twitter.com/statuses/update.xml";, array('status' => $expanded_txt, 'POST') ); to: $to->format = 'xml'; $to->post( "statuses/update", array('status' => $expanded_txt)); Abraham On Tue, May 11, 2010 at 15:43, Jonathan wrote: > I'm afraid I spoke to soo

[twitter-dev] Re: Current TwitterOAuth API won't display authorization page

2010-05-11 Thread Jonathan
I'm afraid I spoke to soon. Things are not quite working. I am able to authorize tweeting through the new API, but I am not able to tweet yet. When I first tried, I got back a message from this tweet operation: $to->OAuthRequest( "https://twitter.com/statuses/update.xml";,

[twitter-dev] Re: Current TwitterOAuth API won't display authorization page

2010-05-11 Thread Jonathan
On May 10, 1:08 pm, Abraham Williams <4bra...@gmail.com> wrote: > It is because you are using the faster Sign in With Twitter endpoint where > if a user has already authorized your application they will automatically > redirect back to your site. If you want the user to always get prompted use > $c