[twitter-dev] Re: Source Tag

2009-03-31 Thread Abraham Williams
Did you fill out this form too? http://apiwiki.twitter.com/FAQ#HowdoIget%E2%80%9CfromMyApp%E2%80%9DappendedtoupdatessentfrommyAPIapplication On Tue, Mar 31, 2009 at 21:54, Joshua Perry j...@6bit.com wrote: There isn't alot of information out there about Source=Tagname. Does this have to be

[twitter-dev] Re: Source Tag

2009-03-31 Thread Peter Denton
Here is an example in cURL $message = 'this is my update'; $appSource = 'YOUR_APP_SOURCE'; // The twitter API address $url = 'http://twitter.com/statuses/update.xml'; // Set up and execute the curl process $curl_handle = curl_init(); curl_setopt($curl_handle,

[twitter-dev] Re: Source Tag

2009-03-31 Thread Joshua Perry
Yes we have a source tag registered and it was working fine when it was in the querystring, we've just been having issues since I've been trying to change to using POST instead of GET. Is the tag case sensitive? Peter Denton wrote: Here is an example in cURL $message = 'this is my