Re: [twitter-dev] Send Custom Header

2010-08-13 Thread Tom van der Woerdt
On 8/13/10 12:41 PM, alex wrote: Accept: */* Connection: close User-Agent: OAuth gem v0.3.4.1 Authorization: abcdefgh Host: api.twitter.com how to send the above header to api.twitter.com through PHP ? I do not know the exact code, but you will most likely want to use cURL.

Re: [twitter-dev] Send Custom Header

2010-08-13 Thread Julio Biason
On Fri, Aug 13, 2010 at 7:41 AM, alex aakba...@gmail.com wrote: Accept: */* Connection: close User-Agent: OAuth gem v0.3.4.1 Authorization: abcdefgh Host: api.twitter.com how to send the above header to api.twitter.com through PHP ? http://php.net/manual/en/function.header.php ? -- Julio