[twitter-dev] Re: Snowflake: An update and some very important information

2010-11-11 Thread SM
Thanks, Tom. I also hope the answer to my first question is No. I asked the 2nd question because in Matt's message that started this thread, he says: * If your code converts the ID successfully without losing accuracy you are OK but should consider converting to the _str versions of IDs as soon

[twitter-dev] Announcing: new Twitter plugin for emesene

2010-11-11 Thread Andrea Stagi
Hi everybody, I've developed a new plugin for emesene, Twitterene, to synchronize your emesene status, nick and avatar with twitter...this plugin is written in python using Tweepy api...You can find the plugin at http://code.google.com/p/twitterene/ ...You can also find the relative post on

[twitter-dev] Best way of finding favorites of a user's statuses

2010-11-11 Thread Tobias C. Jensen
Hi fellow developers. I've been looking into finding favorites of a user's statuses. It seems that I can only read a favorite count off a status or I can view favorites made by a given user. What would be the best way to find favorites of a user's statuses - returned with the user_id's who

[twitter-dev] Broken Json Status on Streaming API

2010-11-11 Thread Augusto Santos
I recevied a lot of broken json status from streaming api Count of brojen json by day 2010-11-09 2 2010-11-10 4435 2010-11-11 888 Examples: {in_reply_to_status_id_str:2563309119209472,text:@joi4kitten I have that same

[twitter-dev] Failed to validate oauth signature and token

2010-11-11 Thread computerzworld
Hello, I am using Twitter Oauth library for signing in to Twitter getting access token for posting tweets programatically. But when I am trying to run the application on my server it is giving me error like Failed to validate oauth signature and token I tried to move the application

[twitter-dev] Re: twitter idea

2010-11-11 Thread davidbchannel
oke thank you, can you conctact me? davidbchan...@hotmail.com On 8 nov, 21:15, Tom van der Woerdt i...@tvdw.eu wrote: As far as I know there's nobody on the Twitter team who is Dutch. However, if you want, I can do some translation for you (if it's actually a good idea, of course). Tom On

[twitter-dev] SSL RC4 Cipher problem

2010-11-11 Thread ag123
Hi- The embedded (limited) SSL library I'm using uses a 128 bit RC4 Cipher. With it I can connect to https://encrypted.google.com without any problems, but I can't seem to connect to https://api.twitter.com. It looks like the server dumps me during the handshake process just before all of the

[twitter-dev] Need Help Dumping my Tweets for Analysis

2010-11-11 Thread Sarah K
Hi, First, let me start by apologizing for asking a question that I know I could answer for myself with enough googling, or simply implement myself by studying the API docs. I would do so... if I could. But that's kind of difficult for me right now. The question: can someone point me to a tool,

[twitter-dev] Twitter APP Problem

2010-11-11 Thread shilpa
Dear Support, In my siteuser can login using his twitter account. After the successful login user can add twitter accounts. When user is adding the twiiter account, site session is destroyed. Please give me a solution to overcome this problem -- Twitter developer documentation and resources:

[twitter-dev] Add parameters to alter the Follow Buttons text

2010-11-11 Thread Mark Beharrell
Although I'm using the follow button successfully, as with all things you want slightly more. It would be useful to control what text is shown in the Follow Button especially on pages that are lacking in space. Just a thought Mark -- Twitter developer documentation and resources:

Re: [twitter-dev] Broken Json Status on Streaming API

2010-11-11 Thread Taylor Singletary
Hi Augusto, I monitored the sample stream this morning for a few hours for instances similar to the JSON examples you've provided below and was unable to see the scenario duplicated. What JSON parser are you using? Is there any other processing that may have occurred prior to generating your

[twitter-dev] Problem with and amp;

2010-11-11 Thread Randomness
I just ran into a strange problem while sending a tweet from Excel. I tried to post a message that included an ampersand like this: take a look at this: http://mywebsite.com/page.php?para1=thispara2=that When posted this message looks like this: take a look

Re: [twitter-dev] Problem with and amp;

2010-11-11 Thread Tom van der Woerdt
Twitter itself won't do this. It's definitely your library. 1. Make sure that you send the status via the POST body and not via the query part of the URL. 2. Don't do more encoding than absolutely necessary. Tom On 11/11/10 6:00 PM, Randomness wrote: I just ran into a strange problem while

[twitter-dev] Looking for full JSON message structures

2010-11-11 Thread Martijn
Hi, I hope someone can help me with the following: Looking at the JSON message structure for (for example) the home_timeline (http://dev.twitter.com/doc/get/statuses/home_timeline) I notice that a lot of JSON fields in the example message are 'null'. When developing my app I am very interested

[twitter-dev] Tweet count errors

2010-11-11 Thread Tobias C. Jensen
Hi guys. Is there a bug with the count of tweets for users? When I look at there profile (take mine for instance: http://twitter.com/2biazdk) I only seem to have written 35 tweets. Even though it's more like 4.000. Most people I look at have the same problem. Are the Twitter team messing with

[twitter-dev] Re: Problem with and amp;

2010-11-11 Thread Randomness
Unfortunately my previous message did not come across correcty, since my example sentences were changed in url's and this changed the original content. I will give below the sentence used, but without the http://mywebsite.com; part, so the original text is readable: The typed message was:

[twitter-dev] Re: Need Help Dumping my Tweets for Analysis

2010-11-11 Thread Randomness
Hi Sarah, You can download an Excel sheet here, that will get you your last 3200 tweets fast. This is as far back as Twitter currently allows us through the API. From the sheet you can also search through them. Go to http://twopcharts.com/downloads.php and download My_tweets_2.1 Good luck On

Re: [twitter-dev] Need Help Dumping my Tweets for Analysis

2010-11-11 Thread M. Edward (Ed) Borasky
I have a Perl routine that will dump your most recent 3200 tweets to a CSV file. That's the most anyone can get using the API at the moment. It's bundled in the Social Media Analytics Research Toolkit, but you can find the source in

[twitter-dev] Re: Problem with and amp;

2010-11-11 Thread Randomness
The problem looks quite nasty to me. I just tried to post the same tweet through a webpage with a php library and also through a website with Twitter anywhere, All gave the same wrong url back! On Nov 11, 6:00 pm, Randomness randomness.bl...@gmail.com wrote: I just ran into a strange problem

Re: [twitter-dev] Tweet count errors

2010-11-11 Thread Taylor Singletary
Yes, there's an issue affecting tweet counts for a number of users right now. This help desk article covers the issue: http://support.twitter.com/groups/32-something-s-not-working/topics/119-tweet-dm-problems/articles/277671-tweet-count-is-incorrect-known-issue Thanks, Taylor On Thu, Nov 11,

Re: [twitter-dev] Failed to validate oauth signature and token

2010-11-11 Thread Abraham Williams
Your servers clock needs to be properly synced using NTP. http://en.wikipedia.org/wiki/Network_Time_Protocol Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [

[twitter-dev] embedded content

2010-11-11 Thread James Jones
How do you go about getting your content embedded into twitter like youtube and twitpic? -- James Jones +1-413-667-9199 ja...@freedomnet.co.nz -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements

[twitter-dev] Re: Identify Suspended Accounts

2010-11-11 Thread DustyReagan
They closed the ticket: http://code.google.com/p/twitter-api/issues/detail?id=430 I commented to try and get it re-opened. Perhaps a new ticket needs to be opened. If this bug doesn't get fixed, I think what I'll try doing is use javascript to intercept all user requests to vist Twitter.com.

[twitter-dev] Re: Optimizing Twitter Calls

2010-11-11 Thread mage26
What's the best method to get statuses from multiple users using streaming? Do I have to use Site Streams in order to get this information? On Nov 10, 11:21 am, yaemog Dodigo yae...@gmail.com wrote: On Wed, Nov 10, 2010 at 11:08 AM, mage26 mag...@gmail.com wrote: I am currently integrating

Re: [twitter-dev] Re: Optimizing Twitter Calls

2010-11-11 Thread Taylor Singletary
You'll want to check out the follow feature on the filter end point of the basic Streaming API: http://dev.twitter.com/pages/streaming_api_methods#follow Taylor On Thu, Nov 11, 2010 at 2:09 PM, mage26 mag...@gmail.com wrote: What's the best method to get statuses from multiple users using

Re: [twitter-dev] Re: Optimizing Twitter Calls

2010-11-11 Thread Adam Green
If you are programming with PHP, I recommend the Phirehose library. It makes it really easy to use the follow parameter to gather all tweets for users by user_id: http://code.google.com/p/phirehose/ Fenn Bailey has done a good job with it. Best of all, you can still use basic authentication

Re: [twitter-dev] Re: Identify Suspended Accounts

2010-11-11 Thread Edward Hotchkiss
Just another example of the twitter dev/advocates ignoring a blatant issue. Best, -- Edward H. Hotchkiss http://www.edwardhotchkiss.com/ http://www.twitter.com/edwardhotchkiss/ -- On Nov 11, 2010, at 4:02 PM, DustyReagan wrote: They closed the ticket:

[twitter-dev] Re: Twitter seems to be ignoring since_id parameter for friends timeline (max_id is fine; just the since_id is the problem)

2010-11-11 Thread goodtest
anyone? I have even updated my app to use headers. Now, I only send since_id=Id_of_last_tweet_of_previous_page but still it gets ignored. https://twitter.com/statuses/friends_timeline.json?count=100since_id=Id_of_last_tweet_of_previous_page On Nov 10, 1:55 pm, goodtest goodtest...@gmail.com

Re: [twitter-dev] Broken Json Status on Streaming API

2010-11-11 Thread Augusto Santos
Hi Taylor, First, thanks for the answer. I'm using Phirehose lib to PHP, the native json_decode($status,TRUE) from PHP and after json decode I'm using mysql_real_escape_string for the string fields. I see now that my log routine use mysql escape either before query. So this examples are escaped

Re: [twitter-dev] Re: Identify Suspended Accounts

2010-11-11 Thread Matt Harris
Just so we're all on the same page this is the comment I left on the issue tracker: This is an old ticket which recent tests cannot reproduce. I've run through with some test accounts and suspended users are not returned in the friends/followers ids lists. Is there a specific method in which a

[twitter-dev] include_entities option for search API

2010-11-11 Thread _ado
First of all, thanks so much for the work on the Twitter API. It's a great tool. I was wondering what the timetable was for supporting include_entities in search API. Right now, when I search for, e.g. news.com.au, I'd be getting a hit on a tweet with http://bit.ly/aLoB4i;, which in turn resolves

[twitter-dev] Re: Identify Suspended Accounts

2010-11-11 Thread DustyReagan
Wahoo! I can't tell you how happy I'd be to see this issue resolved Matt! My users hate seeing suspended accounts, and I've had a rough time trying to keep up with them in order to hide them. This issue's resolution would fix the bigest complaint my users have, and I could delete a whole bunch of