[twitter-dev] Send status update with OAuth/PHP/cURL

2011-01-27 Thread Mike Jones
I was using the following code to hook to my twitter account but now since I was using basic authentication instead of OAuth I am not tweeting anymore. Does anyone know of the code of samples that use OAuth with cURL/PHP? http://api.j.mp/shorten?version='. $version.'&longUrl='.urlencode($url).'&lo

[twitter-dev] Re: Send status update with OAuth/PHP/cURL

2011-02-07 Thread Mike Jones
; On Thu, Jan 27, 2011 at 13:49, Peter Denton wrote: > > Abraham's oAuth library and examples work pretty much out of the box. > >https://github.com/abraham/twitteroauth > > > If you need any help, please feel free to ask me off the list. > > > regards > >

[twitter-dev] Problem with posting info to twitter account

2011-02-22 Thread Mike Jones
Does anyone know why I get a bunch of "+" symbols instead of spaces when I use this code that shoots my intranet posting to my twitter account? post('statuses/update', array('status' => "$status")); } function make_jmp_url($url,$login,$appkey,$format = 'xml',$version = '2.0.1') { //create