[twitter-dev] Invalid token authentication failed when reply_to_status_id set

2009-05-20 Thread alon
Hello all! ,Jaisen, I'm trying to use your EpiTwitter php class to communicate with the twitter API. This is my php code: $twitterObj = new EpiTwitter($consumer_key, $consumer_secret, USER_TOKEN, USER_SECRET_TOKEN); $userInfo = $twitterObj-get_accountVerify_credentials();

[twitter-dev] Vector logo

2009-05-20 Thread Cybertomten
Hi. Where can I find a vector twitter logo (eps or ai)?

[twitter-dev] Re: How would I automatically DM to a person once theyve followed me?

2009-05-20 Thread Jesse Stay
Please, if you do this and allow other users to use it, enable opt-out for those that don't want to receive the auto-dms. We're going to start promoting these services that enable an opt-out for this stuff on SocialToo soon (let me know if your service provides this - TweetLater is the only one

[twitter-dev] Re: Vector logo

2009-05-20 Thread t0ny
here you can find lots of vector twitter icons and logos http://vector-art.blogspot.com/2009/01/over-hundred-twitter-follow-me-icons.html On May 20, 12:43 am, Cybertomten daniel.ostv...@gmail.com wrote: Hi. Where can I find a vector twitter logo (eps or ai)?

[twitter-dev] Re: How would I automatically DM to a person once theyve followed me?

2009-05-20 Thread Ryan Tuosto
How could a user opt out for this? It only happens one time, and automatically when they follow a user back. I'd be happy to enable such a feature, just not seeing how it can be done. On Wed, May 20, 2009 at 1:56 AM, Jesse Stay jesses...@gmail.com wrote: Please, if you do this and allow other

[twitter-dev] XML errors when getting a list of user's followers (PHP/CURL)

2009-05-20 Thread RTuosto
I'm getting the following 3 errors: Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 62: parser error : Entity 'copy' not defined in C:\wamp \www\TTT1\includes\twitter.functions.php on line 96 Warning: simplexml_load_string() [function.simplexml-load-string]: li

[twitter-dev] How its possible to get my tweets via the API in reall time almost to my site?

2009-05-20 Thread techtimes
Hi; I want to have something similar as i FrienFeed.com that if I post a tweet it gets to Friendfeed almost at same time: - is Friendfeed calling twitter API continuously? - is there a way that I can know once a post in twitter to them let me know or call me back to get the new tweet? Thanks,

[twitter-dev] Re: How to count to 140: or, characters vs. bytes vs. entities, third strike

2009-05-20 Thread sillyt...@googlemail.com
I think everyone would like an open system for doing this :) On May 15, 9:58 pm, Eric Martin emarti...@gmail.com wrote: I'd be interested to see a document that details the standards for this as well. On May 15, 12:01 pm, leoboiko leobo...@gmail.com wrote: On May 15, 2:03 pm, leoboiko

[twitter-dev] Re: Anti Spam

2009-05-20 Thread sillyt...@googlemail.com
Very true and exactly what we plan to do, although when summed up you find that a scoring system is best handled on a server and not a client, i.e. Twitter Search. In the mean time we've got enough things we can do real-time in javascript for our 'filtered' feed. In our case we're dealing with

[twitter-dev] Re: Public ID to Name Lookup website?

2009-05-20 Thread TjL
My apologies for being unclear. What I would like is something very much like http://twitter.com/users/show.xml?user_id=1401881 except in HTML, or some presentation style a little more user friendly to the non-developer who probably doesn't know anything about the API and wouldn't want raw XML

[twitter-dev] Re: Public ID to Name Lookup website?

2009-05-20 Thread Dossy Shiobara
On 5/20/09 9:48 AM, TjL wrote: (Perhaps it will help to know that what I am looking to do is be able to provide a link in TwitReports which a user can click on and find current info about a follower, even if s/he has changed their Twitter name since the TwitReport was sent.) Twitter Karma has

[twitter-dev] Re: Vector logo

2009-05-20 Thread Jason Emerick
https://twitter.com/about#download_logo Jason Emerick The information transmitted (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521, is intended only for the person(s) or entity/entities to which it is addressed and may contain confidential

[twitter-dev] Re: Our own redirecting URL is being changed to a bit.ly URL

2009-05-20 Thread TjL
On Tue, May 19, 2009 at 10:48 PM, Cameron Kaiser spec...@floodgap.com wrote: The best you can do is use the bit.ly API to un-shorten the link and grab your URL key from there. Have a look at the /expand method in their API: http://code.google.com/p/bitly-api/wiki/ApiDocumentation Or,

[twitter-dev] Re: How would I automatically DM to a person once theyve followed me?

2009-05-20 Thread Jesse Stay
Ryan, yeah, check out how TweetLater is doing it - http://twitter.com/optout. They require a user to follow @optout, and @optout follows the user back. Then the user just needs to DM @optout and @optout detects the Twitter username and prevents any of their users from sending auto-dms to the

[twitter-dev] Re: How its possible to get my tweets via the API in reall time almost to my site?

2009-05-20 Thread Doug Williams
Check our the /follow method in the streaming API. Include your user_id(s) in the followers list and we'll push updates to the listening point of your choice. http://apiwiki.twitter.com/Streaming-API-Documentation Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw

[twitter-dev] Re: Our own redirecting URL is being changed to a bit.ly URL

2009-05-20 Thread Nancy M
They were not doing this (at least to my URLS) on Monday and they were on Tuesday... Best, Nancy On May 19, 9:59 pm, Chad Etzel jazzyc...@gmail.com wrote: On Tue, May 19, 2009 at 10:47 PM, Abraham Williams 4bra...@gmail.com wrote: When did Twitter switch to usingbit.lyanyways? Sometime

[twitter-dev] Re: Our own redirecting URL is being changed to a bit.ly URL

2009-05-20 Thread Nancy M
Thanks very much for the advice! I've done as you suggested and added a call to the bit.ly API to shorten our URL and that seems to be working. If this is a feature, it is a very irritating one, I must say, but oh well. Best, Nancy On May 20, 9:04 am, Howard Siegel hsie...@gmail.com

[twitter-dev] Re: How would I automatically DM to a person once theyve followed me?

2009-05-20 Thread Coonay
twitter has a hidden spi from public use,i guess On May 20, 5:06 pm, Ryan Tuosto ryantuo...@gmail.com wrote: How could a user opt out for this? It only happens one time, and automatically when they follow a user back. I'd be happy to enable such a feature, just not seeing how it can be

[twitter-dev] Re: How its possible to get my tweets via the API in reall time almost to my site?

2009-05-20 Thread Chad Etzel
Or, if you have a public account and want to just add a drop-in javascript widget, check out http://tweetgrid.com/widget/ and set jtw_search = from:username; example at http://jazzychad.net/rollthedice/ (disclosure, I wrote this widget) -Chad On Wed, May 20, 2009 at 12:23 PM, Doug Williams

[twitter-dev] Re: How to count to 140: or, characters vs. bytes vs. entities, third strike

2009-05-20 Thread leoboiko
On May 15, 2:03 pm, leoboiko leobo...@gmail.com wrote: Later I intend to thoroughly replace “characters” by “bytes” (or “UTF-8 byte count”, c.) in the API wiki. My bad; it seems the API wiki is not publicly-writable? Could someone with write access do this? -- Leonardo Boiko

[twitter-dev] Library for .NET 1.1

2009-05-20 Thread ewaclawski
Is there a Twitter API library for .NET Framework 1.1? I have only found libraries for 2.0 and higher. Thanks.

[twitter-dev] Re: XML errors when getting a list of user's followers (PHP/CURL)

2009-05-20 Thread Abraham Williams
li class=firstcopy; 2009 Twitter/li Is from from an html page (look at the bottom of http://twitter.com) It looks like some times you are not getting xml returned. Can you post a dump of the what the twitter is returning when the error happens? Also the http status from the call. 2009/5/20

[twitter-dev] Re: Invalid token authentication failed when reply_to_status_id set

2009-05-20 Thread Abraham Williams
Can you confirm if post_statusesUpdate() works without the 'in_reply_to_status_id' parameter? 2009/5/19 alon alon.car...@gmail.com Hello all! ,Jaisen, I'm trying to use your EpiTwitter php class to communicate with the twitter API. This is my php code: $twitterObj = new

[twitter-dev] Public timeline sample data set.

2009-05-20 Thread David W
Hi there, While working with the Twitter API last night, I found myself thinking of some crazy ideas for use of the full public timeline feed. Proving these ideas would be pretty simple given a sample of the timeline on my laptop, and so I was wondering if such a thing is available? Basically,