Re: [twitter-dev] posting status

2011-02-11 Thread Kritika Singh
Have used both tweepy and twitter.
http://dev.twitter.com/doc/post/statuses/update - Is this the documentation
you're talking about?

On Fri, Feb 11, 2011 at 7:06 AM, Sujit Shah  wrote:

> Which external libraries do you use? Have a look at the update status
> documentation.
>
>
>
> On Fri, Feb 11, 2011 at 3:05 AM, twt  wrote:
> > Is there an easy way of posting tweets from a desktop client without
> > using any external library?
> >
> > --
> > 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
> >
>
>
>
> --
> xxx
> "The butterfly does not count years, but moments, and therefore has
> enough time." - Rabindranath Tagore
>
> --
> 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
>

-- 
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


Re: [twitter-dev] posting status

2011-02-10 Thread Sujit Shah
Which external libraries do you use? Have a look at the update status
documentation.



On Fri, Feb 11, 2011 at 3:05 AM, twt  wrote:
> Is there an easy way of posting tweets from a desktop client without
> using any external library?
>
> --
> 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
>



-- 
xxx
"The butterfly does not count years, but moments, and therefore has
enough time." - Rabindranath Tagore

-- 
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


[twitter-dev] posting status

2011-02-10 Thread twt
Is there an easy way of posting tweets from a desktop client without
using any external library?

-- 
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


Re: [twitter-dev] Posting Status Update with PHP

2010-10-29 Thread Edward Hotchkiss

works fine for me -

public function Tweet($tweet) {
$parameters = array("status" => $tweet);
$status = $this->connection->post("statuses/update", 
$parameters);
		$this->Stats("statuses/update", $status, $this->connection- 
>http_code, $parameters);

}

Best,

--
Edward H. Hotchkiss
http://www.edwardhotchkiss.com/
http://www.twitter.com/edwardhotchkiss/
--





On Oct 29, 2010, at 8:17 PM, sdenike wrote:


Am I missing something along the lines of how the message should be
encoded when posted to Twitter?  I have tried urlencode, add slashes,
strip slashes etc etc and no matter what I try when I post something
like "It's" it will end up on twitter as "It\'s"  Please advise.  
Thanks


--
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


<>-- 
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


[twitter-dev] Posting Status Update with PHP

2010-10-29 Thread sdenike
Am I missing something along the lines of how the message should be
encoded when posted to Twitter?  I have tried urlencode, add slashes,
strip slashes etc etc and no matter what I try when I post something
like "It's" it will end up on twitter as "It\'s"  Please advise. Thanks

-- 
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


[twitter-dev] posting status updates returns error

2009-09-26 Thread Marco Kaiser
Hi,
we've received reports from users that posting a status update returns an
error 403 and a message saying that

 Client must provide *a* 'status' *parameter* *with* *a* *value*

A quick search on this shows that not just our clients, but others are
affected, too (e.g., people were reporting it for DestroyTwitter, Tweetie
and Echofon):

http://search.twitter.com/search?q=%27status%27+parameter+with+a+value

Anyone has input on this?

Thanks,
Marco