[twitter-dev] How to access the twitter-streams

2010-09-01 Thread fred
-Documentation been there done that. any pointers? thx fred -- 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

[twitter-dev] Status of auto-follow

2009-09-24 Thread Fred Brunel
Hi, I'm the developer of Twittercal (@gcal) -- a Twitter bot that connects to your Google Calendar. I'm having problems with "auto-follow", lots of users are complaining that the bot is not following them back and indeed, it does not. I have too many requests so I can't cope with it manually. T

[twitter-dev] statuses/update and quotes

2010-02-12 Thread Fred Garvin
I have been trying to figure out how to correctly format a status update with quotes (single or double) in it for a while with no luck. The quotes always seem to end up escaped with a slash when posted to twitter. Any advice or suggestions are appreciated. Here is the PHP I'm using, the commented l

[twitter-dev] Re: statuses/update and quotes

2010-02-15 Thread Fred Garvin
I am still really struggling with this, I have searched everywhere and no matter what code I use I end up with a post that has escaped quotes, here is a sample: Lets see if we fixed the issue with \"quotes\", even when they are \'single\' quotes, nope no luck yet... What format will twitter accep

[twitter-dev] How to format quotes for status/update

2010-02-17 Thread Fred Garvin
When sending a status update through the API how should quotes be formatted? I am using $status = htmlspecialchars($status, ENT_QUOTES, 'UTF-8'); in php with no luck, single and double quotes show up on twitter escaped with a backslash. Thanks.

[twitter-dev] Abraham OAuth and statuses/retweet causing "Not found" error...

2010-02-17 Thread Fred Garvin
I keep getting this result for statuses/retweet, I even hard coded the the status ID to be sure it was valid: stdClass Object ( [request] => /1/statuses/retweet.json [error] => Not found ) 1 Here is the php I am using (yes it is a good status id): $connection = new TwitterOAuth(CONSUMER_KEY, CON

[twitter-dev] Re: Abraham OAuth and statuses/retweet causing "Not found" error...

2010-02-18 Thread Fred Garvin
http://api.twitter.com/1/statuses/retweet.json?id=status_id > > Let me know how it goes. > Abraham > > > > On Wed, Feb 17, 2010 at 14:13, Fred Garvin wrote: > > I keep getting this result for statuses/retweet, I even hard coded the > > the status ID to be sure it was v

[twitter-dev] Re: Abraham OAuth and statuses/retweet causing "Not found" error...

2010-02-18 Thread Fred Garvin
ham > > > > On Thu, Feb 18, 2010 at 08:04, Fred Garvin wrote: > > Thanks Abraham, that did the trick! > > > For anyone else with this problem here is how I formatted it: > > > $connection = new TwitterOAuth(CONSUMER_KEY, CONSUMER_SECRET, > > oauth_

[twitter-dev] Re: Other Languages?

2009-03-03 Thread Fred Laranjo
issions. > > On Mon, Mar 2, 2009 at 11:00, Johnnnyboy15nl wrote: > > > > Hello Twitter, > > > > Will there be more Languages available soon? Like: Dutch, German, > > French, ect? > > > > - John > > > > > > -- > Alex Pay

[twitter-dev] Re: Feature Request: Share Box from Tweet button optimized for mobile device

2011-03-23 Thread Fred Brunel
Any updates on the topic? On Feb 18, 2:49 am, Dales wrote: > Hi Kevin, > > +2 from me. We would put this little puppy on some big traffic mobile > sites; carriers, publishers etc. > > Currently what is the easiset, cleanest solution for tweeting stories > from smaller screens? Ideally not using J

[twitter-dev] status/update in_reply_to ignored

2011-05-05 Thread Colt Fred
Greetings community, I've experienced a problem recently that I can't find an "official" answer to. I'm attempting to use the update rest api and I'm passing in "in_reply_to=XX", but it's being ignored. If I include a "@user" where user is the owner of the tweet id I passed in, it works fine