[twitter-dev] Add Twitter button in your Website

2011-06-02 Thread bharty
Hi, I want to add Twitter button in my Website and when some one tweets its the text should be PreText New Article1 ifi.no/275 PostText. I want to add Pretext and Post Text to this tweet. For the Past text I have tries data-via but it will displays via@ which I dont want to display . Please

Re: [twitter-dev] tweet button zero count

2011-06-02 Thread John Carver
Hi Matt, Today have figured out zero count is firefox issue. IE, Opera, Chrome all work just fine. Take the look: http://icisweb.ru/tweet-button-test/ I'm using FF 3.6.17 Any suggestions? Thanks -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via

Re: [twitter-dev] tweet button zero count

2011-06-02 Thread Scott Wilcox
The URL count is working fine for me. On 2 Jun 2011, at 11:41, John Carver wrote: Hi Matt, Today have figured out zero count is firefox issue. IE, Opera, Chrome all work just fine. Take the look: http://icisweb.ru/tweet-button-test/ I'm using FF 3.6.17 Any suggestions? Thanks

Re: [twitter-dev] tweet button zero count

2011-06-02 Thread John Carver
What version of browser do you use? Do you have any plugins installed? 2011/6/2 Scott Wilcox sc...@dor.ky The URL count is working fine for me. On 2 Jun 2011, at 11:41, John Carver wrote: Hi Matt, Today have figured out zero count is firefox issue. IE, Opera, Chrome all work just fine.

Re: [twitter-dev] tweet button zero count

2011-06-02 Thread Scott Wilcox
Firefox 4.0.1, OSX 10.6. No plugins. Works fine in Chrome and Safari too. On 2 Jun 2011, at 12:04, John Carver wrote: What version of browser do you use? Do you have any plugins installed? 2011/6/2 Scott Wilcox sc...@dor.ky The URL count is working fine for me. On 2 Jun 2011, at 11:41,

Re: [twitter-dev] tweet button zero count

2011-06-02 Thread John Carver
Well, as i said before, it doesnt work with Firefox 3.6. Thanks anyway. 2011/6/2 Scott Wilcox sc...@dor.ky Firefox 4.0.1, OSX 10.6. No plugins. Works fine in Chrome and Safari too. On 2 Jun 2011, at 12:04, John Carver wrote: What version of browser do you use? Do you have any plugins

Re: [twitter-dev] tweet button zero count

2011-06-02 Thread Tom van der Woerdt
Firefox 6.0a2, OS X 10.7. I see a count of 3... Tom On 6/2/11 1:30 PM, Scott Wilcox wrote: Firefox 4.0.1, OSX 10.6. No plugins. Works fine in Chrome and Safari too. On 2 Jun 2011, at 12:04, John Carver wrote: What version of browser do you use? Do you have any plugins installed? 2011/6/2

[twitter-dev] Re: is sitestream losing tweets?

2011-06-02 Thread Michael
Thanks Tim. But it seems to be losing more than fav and rt. What we didn't get from sitestream is original tweet people posted, like traffic update. -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi

[twitter-dev] To get the Followers list by Screen name in Android

2011-06-02 Thread gayasuddin balban
Hi, I am trying to get the list of Screen name of Followers. but I only get the ID in digit. please help me to retrieve the Screen name of user Name of Followers -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi

[twitter-dev] Twitter Status not send by url

2011-06-02 Thread aqueel ahmad
Hi, Every body I am struggling with the send message by pass twitter url. Code: http://twitter.com/home/?status=[urlencode message 140 chr] twitter url login and show my profile but message is not showing to my message box for tweet. I found the problem in new twitter version on user profile, If

[twitter-dev] API tweet ID field issue

2011-06-02 Thread gavinb
Hi all Was hoping to get a little help with a quick questions, if possible? I currently use statuses/home_timeline.xml to get the recent timeline (including retweets) of the signed in user, but I have a slight issue in that it returns tweet id's such as id = 3a1d856bf1925a2e; if the poster is

Re: [twitter-dev] API tweet ID field issue

2011-06-02 Thread Scott Wilcox
The parser you're using can't handle the 'snowflake' generated IDs, the numbers are too huge for it. Use id_str instead. On 2 Jun 2011, at 13:47, gavinb wrote: Hi all Was hoping to get a little help with a quick questions, if possible? I currently use statuses/home_timeline.xml to get

Re: [twitter-dev] Twitter Status not send by url

2011-06-02 Thread Scott Wilcox
You need to use Twitter Intents instead of the old (and unsupported) ?status= method. From the other day on the mailing list: http://twitter.com/intent/tweet?status=My%20new%20super-awesome%20status Read more about this: http://dev.twitter.com/pages/intents On 2 Jun 2011, at 12:41, aqueel

Re: [twitter-dev] API tweet ID field issue

2011-06-02 Thread Taylor Singletary
It's also possible that whatever you're using to parse the resultant XML is greedily selecting any field that is labeled id -- if there is a place_id associated with the Tweet, it will be embedded in a deeper node of the status object. In fact, the string-based id you presented represents a

Re: [twitter-dev] To get the Followers list by Screen name in Android

2011-06-02 Thread kamesh SmartDude
hai, u can use *combination of friends/idshttp://dev.twitter.com/doc/GET%20friends/idsand users/lookup http://dev.twitter.com/doc/GET%20users/lookup.* http://dev.twitter.com/doc/get/statuses/friends http://dev.twitter.com/doc/get/friends/ids http://dev.twitter.com/doc/get/users/lookup

Re: [twitter-dev] API tweet ID field issue

2011-06-02 Thread Scott Wilcox
Can't we just beat everyone into using JSON? ;) On 2 Jun 2011, at 14:57, Taylor Singletary wrote: It's also possible that whatever you're using to parse the resultant XML is greedily selecting any field that is labeled id -- if there is a place_id associated with the Tweet, it will be

[twitter-dev] Tweet count button drop counts

2011-06-02 Thread Kas Appeal
Hi! Yesterday my page had 95 tweets in the tweet count button, today it has only 10. Has anyone happened the same? -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker:

Re: [twitter-dev] New Photo upload feature: What's new coming on the API side

2011-06-02 Thread Yusuke Yamamoto
Hi, The media-entities look very similar to url-entities. Are media entity URLs appear in urls object as well? Best, -- Yusuke Yamamoto yus...@mac.com this email is: [x] bloggable/tweetable [ ] private follow me on : http://twitter.com/yusukeyamamoto subscribe me at : http://samuraism.jp/ On

[twitter-dev] Why is there no @Anywhere version of the Tweet Button with Count?

2011-06-02 Thread DarkUFO
Hi All, Maybe I'm missing something obvious here. But I could find no Tweet Button for using with @Anywhere which has the Tweet Count on it. like this Screenshot http://i.imgur.com/RAodf.png What am I missing here? -- Twitter developer documentation and resources: https://dev.twitter.com/doc

Re: [twitter-dev] New Photo upload feature: What's new coming on the API side

2011-06-02 Thread Arnaud Meunier
Hey Yusuke, No, media URLs will not appear in the URL array. Arnaud / @rno http://twitter.com/rno On Thu, Jun 2, 2011 at 8:51 AM, Yusuke Yamamoto yus...@mac.com wrote: Hi, The media-entities look very similar to url-entities. Are media entity URLs appear in urls object as well? Best,

[twitter-dev] Coupling of authentication and authorization

2011-06-02 Thread dima
Hi, I apologize in advance for possibly getting wrong the whole subject - I am quite a newbie in terms of development over twitter :) It seems to me that once, whenever user needed to authorize certain application, he was asked to log in via a sign-in page, and then proceeded to application

Re: [twitter-dev] New Photo upload feature: What's new coming on the API side

2011-06-02 Thread Arnaud Meunier
Hey there, The first public tweet with a twitter.com uploaded photo has just been published. We just updated our JSON example on the Tweet entities documentation page: https://dev.twitter.com/pages/tweet_entities#media We're excited to see you guys support rendering of these photos. Let us know

Re: [twitter-dev] New Photo upload feature: What's new coming on the API side

2011-06-02 Thread Paul Haddad
Arnaud, Can you provide guidance on the thumbnail size, specifically will it be at least 150x150 (that's what the sample has and IMO is a good thumbnail size). On Jun 2, 2011, at 2:12 PM, Arnaud Meunier wrote: Hey there, The first public tweet with a twitter.com uploaded photo has just

[twitter-dev] Is the sample stream still delivering 1% of all public tweets?

2011-06-02 Thread M. Edward (Ed) Borasky
I'm just getting back to my code that uses the sample Streaming endpoint. Is that still delivering 1% of all public tweets? -- http://twitter.com/znmeb http://borasky-research.net A mathematician is a device for turning coffee into theorems. -- Paul Erdos -- Twitter developer documentation

[twitter-dev] retweet/favorite javascript callback is broke?

2011-06-02 Thread Brant
I have been using the new Web Intents Events (http://dev.twitter.com/ pages/intents-events) to track user habits. Tweet and follow work just fine. However, when I attempt to grab a retweet, it throws an error: a is null on http://platform.twitter.com/widgets.js. I am using the latest version of

Re: [twitter-dev] New Photo upload feature: What's new coming on the API side

2011-06-02 Thread Arnaud Meunier
Hey Paul, Thumbnails are 150x150 maximum. For your information, here are the max sizes we're using today. Note that these sizes might change in the future! - THUMBNAIL: 150x150 max (cropping if necessary) - SMALL: 340x680 max (fit) - MEDIUM: 600x1200 max (fit) - LARGE: 1024x2048 max (fit)

[twitter-dev] Re: New Photo upload feature: What's new coming on the API side

2011-06-02 Thread Rich
Excellent, just tested the entity code I wrote this morning and with great relief it works and I'm extracting thumbnails automatically! Great job guys, just bring on the Upload API :) On Jun 2, 8:12 pm, Arnaud Meunier arn...@twitter.com wrote: Hey there, The first public tweet with a

[twitter-dev] Search API Rate Limiting

2011-06-02 Thread HRyba
I'm developing an application that uses the Twitter Search API. The app searches Twitter for many (at least a couple thousand) specific keywords in real time. A server would be set up to get the results for the many keywords in tweets and store them in a database that the application would access

Re: [twitter-dev] New Photo upload feature: What's new coming on the API side

2011-06-02 Thread Tom van der Woerdt
Arnaud / @rno, Will you (and the rest of the dev/platform team, of course) also make these available via services such as Embed.ly (OEmbed)? Currently my entire image implementation depends on parsing images from the tweet's text instead of the entities, and I'd like to keep it like that.

[twitter-dev] Pagination using cursors to retrieve follower ID's

2011-06-02 Thread Correa Denzil
Hi all, The Twitter API mentions that in order to retrieve more than 5000 user followers one must set the cursor = -1 and use the next_cursor_str and previous_cursor_str options to paginate over the results. However, I observe that I am retrieved similar results(follower ids) on each pagination

Re: [twitter-dev] Pagination using cursors to retrieve follower ID's

2011-06-02 Thread Taylor Singletary
Hi Correa, I can't reproduce this issue -- can you share which account you're using to test this? Is it an account with more than 5000 followers? For example, I tried making these requests for @ev, who has 1.3M+ followers. The first request with cursor=-1 begins with 309873322 and ends with

Re: [twitter-dev] Pagination using cursors to retrieve follower ID's

2011-06-02 Thread Correa Denzil
Taylor : Thanks for the response. I make the calls in JSON. Here's how I make the calls. The first call is for : https://api.twitter.com/1/followers/ids.json?screen_name=evcursor=-1 This call returns with next_cursor_str:1370145116766924316 I make the next cursor call as :

[twitter-dev] New Photo upload feature: What's new coming on the API side

2011-06-02 Thread Frank Ash
Arnold, can u say a general time when devs will have access to the upload function? -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker:

Re: [twitter-dev] Pagination using cursors to retrieve follower ID's

2011-06-02 Thread Taylor Singletary
You've almost got it right -- in your second request, your params should include cursor=1370145116766924316 -- cursor=-1 needn't be included, as -1 is the value for cursor in the first step, and then you adjust cursor for each subsequent request. The response tells you what your *next* cursor=

Re: [twitter-dev] Pagination using cursors to retrieve follower ID's

2011-06-02 Thread Correa Denzil
Taylor : Thanks for the response. Ah! I should've realized this 6 hours earlier. Thanks for the help :-) --Regards, Denzil On Fri, Jun 3, 2011 at 2:30 AM, Taylor Singletary taylorsinglet...@twitter.com wrote: You've almost got it right -- in your second request, your params should include

Re: [twitter-dev] Is the sample stream still delivering 1% of all public tweets?

2011-06-02 Thread Taylor Singletary
Hi Ed, Yes, 1% sampling rate is still the current percentage. @episod http://twitter.com/episod - Taylor Singletary On Thu, Jun 2, 2011 at 12:25 PM, M. Edward (Ed) Borasky zn...@borasky-research.net wrote: I'm just getting back to my code that uses the sample Streaming endpoint. Is that

Re: [twitter-dev] Search API Rate Limiting

2011-06-02 Thread yaemog Dodigo
Hi, sounds like you really want to look into the streaming API instead. http://dev.twitter.com/pages/streaming_api_methods#statuses-filter cheers -m On Thu, Jun 2, 2011 at 1:00 PM, HRyba bhrdes...@gmail.com wrote: I'm developing an application that uses the Twitter Search API. The app

[twitter-dev] Re: Add rel=shortlink support for auto-detecting short links

2011-06-02 Thread Emil Stenström
Support for rel=shortlink is a big deal, please support it. Here's why: I own a small company that sells a feedback solution to companies. We've gone through great lengths to ensure that our URL:s are readable, and conveys information about where they go. But when people send that same link