[twitter-dev] singing in to twitter with php

2009-09-01 Thread Termanater13

Im looking for a way to sign in while getting the data from
http://twitter.com/statuses/user_timeline.format (copyed frim tha
apiwiki). so I have to only set up one connection to twitter.


[twitter-dev] Re: using Twitter API with PHP

2009-08-24 Thread Termanater13

I understand PHP well enough to code some website (like the site im
working on). I can get by but I cant create some of the site with PHP
out there just yet.

I sterted woking with the http requests and so far so good, but I just
cant fugure how to get it to authenticate though a http request. also
its going to be a read only script just getting my last few updates to
show on the site.

On Aug 23, 11:46 pm, Scott Haneda  wrote:
> If you don't want a public community API, and want to write it in your  
> own, then you are sort stuck.
>
> The docs show you sample curl commands or you can http request in a  
> browser to test simulate.
>
> You have sample curl examples, if you are objectionable to libraries,  
> then warp your php around those curl commands.
>
> If that is not what you want, it sounds like you should look for an  
> introduction to php tutorial, or a general introduction to web based  
> scripting languages.
>
> --
> Scott
> Iphone says hello.
>
> On Aug 23, 2009, at 1:45 PM, Termanater13  wrote:
>
>
>
> > Ive been looking to use the Twitter API with my php Site and I cant
> > find much just a bunch of URLs used wuth the Twitter API and the curl
> > commands used with the API. Can someone point me in the direction of
> > where to start, and please nothing done by the comunity unless its a
> > tutorial on how to write my own if at al possible.- Hide quoted text -
>
> - Show quoted text -


[twitter-dev] using Twitter API with PHP

2009-08-23 Thread Termanater13

Ive been looking to use the Twitter API with my php Site and I cant
find much just a bunch of URLs used wuth the Twitter API and the curl
commands used with the API. Can someone point me in the direction of
where to start, and please nothing done by the comunity unless its a
tutorial on how to write my own if at al possible.