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 <4bra...@gmail.com> wrote:
> 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
> <danielcontar...@gmail.com>wrote:
>
> > 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 [ ] private.
>
> > > On Wed, Sep 22, 2010 at 10:54, Daniel Contarini
> > > <danielcontar...@gmail.com>wrote:
>
> > > > 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 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 Contarini
> > > > > <danielcontar...@gmail.com>wrote:
>
> > > > > > 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?
>
> > > > > > > <http://dev.twitter.com/announcements>
>
> > > > > > > Tom
>
> > > > > > > PS: Have you been living under a rock? Every major tech blog
> > > > announced
> > > > > > > it... (And sorry if I am rude)
>
> > > > > > > On 9/22/10 4:52 PM, Daniel Contarini wrote:
>
> > > > > > > > This  code have been working perfectly until the last 20 days
> > +-, i
> > > > > > > > wanna know what i need to change in this code to make it works
> > > > again.
>
> > > > > > > > $userpass="My user and pass"; //sure to be correct
>
> > > > > > > >  $host = "http://twitter.com/statuses/update.xml?
> > > > > > > > status=".urlencode(htmlentities($message));
>
> > > > > > > >  $ch = curl_init();
> > > > > > > >  curl_setopt($ch, CURLOPT_URL, $host);
> > > > > > > >  curl_setopt($ch, CURLOPT_VERBOSE, 1);
> > > > > > > >  curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
> > > > > > > >  curl_setopt($ch, CURLOPT_USERPWD, $user$pass);
> > > > > > > >  curl_setopt($ch, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);
> > > > > > > >  curl_setopt($ch, CURLOPT_POST, 1);
> > > > > > > >  curl_setopt($ch, CURLOPT_POSTFIELDS, "");
>
> > > > > > > >  $result = curl_exec($ch);
>
> > > > > > > >  $resultArray = curl_getinfo($ch);
>
> > > > > > > >  curl_close($ch);
>
> > > > > > --
> > > > > > Twitter developer documentation and resources:
> > > >http://dev.twitter.com/doc
> > > > > > API updates via Twitter:http://twitter.com/twitterapi
> > > > > > Issues/Enhancements Tracker:
> > > > > >http://code.google.com/p/twitter-api/issues/list
> > > > > > Change your membership to this group:
> > > > > >http://groups.google.com/group/twitter-development-talk?hl=en
>
> > > > --
> > > > Twitter developer documentation and resources:
> >http://dev.twitter.com/doc
> > > > API updates via Twitter:http://twitter.com/twitterapi
> > > > Issues/Enhancements Tracker:
> > > >http://code.google.com/p/twitter-api/issues/list
> > > > Change your membership to this group:
> > > >http://groups.google.com/group/twitter-development-talk?hl=en
>
> > --
> > Twitter developer documentation and resources:http://dev.twitter.com/doc
> > API updates via Twitter:http://twitter.com/twitterapi
> > Issues/Enhancements Tracker:
> >http://code.google.com/p/twitter-api/issues/list
> > Change your membership to this group:
> >http://groups.google.com/group/twitter-development-talk?hl=en

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk?hl=en

Reply via email to