[twitter-dev] Re: Problem with my curl remote app

2010-09-23 Thread Daniel Contarini
is it supposed to work on PHP 5.3.3 ? Or just on php 5.2.x ? On 22 set, 17:02, Tom van der Woerdt i...@tvdw.eu wrote: You'd have to remove all the PHP5 specific code. Really, you should upgrade :-) Tom On 9/22/10 9:58 PM, Daniel Contarini wrote: Damn, i'm running this php -  4.4.7. There

Re: [twitter-dev] Re: Problem with my curl remote app

2010-09-23 Thread Tom van der Woerdt
Works with 5.3.3 on my server. Tom On 9/23/10 3:02 PM, Daniel Contarini wrote: is it supposed to work on PHP 5.3.3 ? Or just on php 5.2.x ? On 22 set, 17:02, Tom van der Woerdt i...@tvdw.eu wrote: You'd have to remove all the PHP5 specific code. Really, you should upgrade :-) Tom On

Re: [twitter-dev] Re: Problem with my curl remote app

2010-09-23 Thread Matt Harris
Hi Mike, The OAuth 1 tokens are permanent and expire only if the user revokes the application, or if your application is deleted. The user token and secret are returned by the method https://api.twitter.com/oauth/access_token, called after the user has authorised your application and we have

[twitter-dev] Re: Problem with my curl remote app

2010-09-22 Thread Daniel Contarini
I'm not living under a rock, but almost it :/ Can you help me answer what i need to change , because i'm reading everything about oauth and i'm still lost :/ On 22 set, 12:03, Tom van der Woerdt i...@tvdw.eu wrote: http://dev.twitter.com, big blue bar at the bottom of the screen?

Re: [twitter-dev] Re: Problem with my curl remote app

2010-09-22 Thread Abraham Williams
This should be all you need: http://gist.github.com/592098 Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http://blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Wed, Sep 22, 2010 at 10:10, Daniel

[twitter-dev] Re: Problem with my curl remote app

2010-09-22 Thread Daniel Contarini
I think this is what i need, but i'm getting trouble with this error : Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in twitteroauth.php On 22 set, 14:18, Abraham Williams 4bra...@gmail.com wrote: This should be all you

Re: [twitter-dev] Re: Problem with my curl remote app

2010-09-22 Thread Abraham Williams
What line is that error occurring on? Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http://blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Wed, Sep 22, 2010 at 10:54, Daniel Contarini

[twitter-dev] Re: Problem with my curl remote app

2010-09-22 Thread Daniel Contarini
Line 21 On 22 set, 15:19, Abraham Williams 4bra...@gmail.com wrote: What line is that error occurring on? Abraham - Abraham Williams | Hacker Advocate |http://abrah.am @abraham |http://projects.abrah.am|http://blog.abrah.am This email is: [ ] shareable [x] ask first [ ]

Re: [twitter-dev] Re: Problem with my curl remote app

2010-09-22 Thread Abraham Williams
You would not happen to be running PHP4 would you? Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http://blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Wed, Sep 22, 2010 at 11:38, Daniel Contarini

Re: [twitter-dev] Re: Problem with my curl remote app

2010-09-22 Thread Tom van der Woerdt
You'd have to remove all the PHP5 specific code. Really, you should upgrade :-) Tom On 9/22/10 9:58 PM, Daniel Contarini wrote: Damn, i'm running this php - 4.4.7. There is a way to post into twtiter with php 4 or i need to upgrade to php 5+ ? On 22 set, 15:48, Abraham Williams