[twitter-dev] Re: Possible to find out how many people have see a tweet?

2011-06-28 Thread Mohan Arun
I would guess finding retweets of a given tweet would have a similar api call. The documentation at http://dev.twitter.com/doc/get/statuses/retweets/:id states it will return up to 100 of the first retweets of a given tweet. - Mohan -- Twitter developer documentation and resources:

[twitter-dev] Re: Access tokens changing on their own?

2011-06-28 Thread Dewald Pretorius
There's an open issue about this: http://code.google.com/p/twitter-api/issues/detail?id=2197 -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Update Limit reached... alternatives/suggestions?

2011-06-28 Thread FrankS
Hi Twitter-developers, I'm kind of a twitter-api-newby trying to use this rest-api in a oauth- enabled server app to send out (too) many updates/tweets. The application is for swim-meets, where we wanted to send out the swimmers' events, like signed-up event# with associated info, heat and lane

[twitter-dev] Stream API and OAuth

2011-06-28 Thread Tudor Claudiu Florea
Twitter Stream API supports OAuth login now and no username and password? -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list Change

[twitter-dev] Is there api for invite friend?????????????

2011-06-28 Thread Pravin Mishra
Hi Everyone, Hoping you guy's doing there. It is my first mail and i am newbie in this google mail group. Might be my question is silly OR obvious , But i am not able to figure out my problem. I want to add invite friend in my RUBY ON RAILS project like

[twitter-dev] Query based on the number of followers

2011-06-28 Thread Venu
Is it possible to get a list of all Twitter Users who have more than 2000 followers (or some number) with an API or any other easy way? I have been doing a lot of research from a long time but could not find a easy answer. Really appreciate if some one can throw a hint! -- Twitter developer

Re: [twitter-dev] Query based on the number of followers

2011-06-28 Thread Taylor Singletary
Hi Venu, There aren't any API methods that return this kind of ranked information provided by Twitter. Thanks, @episod http://twitter.com/intent/user?screen_name=episod - Taylor Singletary On Tue, Jun 28, 2011 at 5:41 AM, Venu ven...@gmail.com wrote: Is it possible to get a list of all

Re: [twitter-dev] Is there api for invite friend?????????????

2011-06-28 Thread Taylor Singletary
There's nothing explicit like the function Facebook has. Instead, you could encourage the user to craft a tweet @mentioning their friend that they would recommend the product to and instead of your app sending the invite the user would send the invite from their own account. The Tweet

Re: [twitter-dev] Stream API and OAuth

2011-06-28 Thread Taylor Singletary
The parts of the Streaming API on stream.twitter.com support both three-legged OAuth (an access token is required for the account attempting to connect) or basic auth (username and password). Other parts of the Streaming API like User Streams and Site Streams are OAuth-only. @episod

[twitter-dev] New permission level enforcement happens this Thursday (30th June)

2011-06-28 Thread Matt Harris
Hey everyone, Just a quick reminder that we'll be enforcing the new permission level this Thursday, 30th June. When we enforce the new permission level Read (R) and Read Write (RW) access tokens will be unable to use the following API methods: /1/direct_messages.{format}

[twitter-dev] One news feed inc twitter and our own new database

2011-06-28 Thread Candell
Instead of our news page having two feeds, one from our own database for the news and another from twitter, I would like to consolidate the two, preferably in date order, newest at the top. Can I do that with the twitter api? I guess I would need to create an array containing news items and

[twitter-dev] Re: Recipe for getting Follow button working on an https website?

2011-06-28 Thread vinsci
Hi Taylor, The same problem occurs with the Tweet button on SSL-based sites: Google Chrome refuses to show the tweet button, instead showing a bright red warning, Firefox likewise but shows just an empty light- gray box where the button would have been etc. The reason appears to be that the js

Re: [twitter-dev] 401 Unauthorized in Python/Twisted app

2011-06-28 Thread Eryn Wells
Hi Taylor, Thank you for your response. Originally, I did forget to add an oauth_timestamp field. I've since included one, but still have the same problem. I modified my app to dump out the base string. Here's what I got:

[twitter-dev] Site Streams

2011-06-28 Thread Mark Krieger
We've gone live with Site Streams for paying customers of our TweetRoost product. I wrote a blog with technical details which some people might find interesting. See it at http://www.mediaroost.com/2011/06/tweetroost-goes-live-with-twitter-site-streams/ -- it is not a product blog or a pitch :)

[twitter-dev] 503 response on API calls

2011-06-28 Thread cootetom
Hi, just wondering if anyone can advise my on the following. If I request this URL from the twitter API... https://api.twitter.com/1/followers/ids.json?user_id=194615674 ... then I will receive JSON in the response. However If I request the same API call but for a more popular account ID

[twitter-dev] /oauth/request_token - Can't get one

2011-06-28 Thread DoXiD
First off, i'm uncertain which keys i can and can not post, so i'll obscure them. My main problem is that i don't know which keys to send to the request_token. Here is that i'm trying to send: (Note: time matches the servers, i've made sure of that) (Note: I have checked so that _all_ my keys

[twitter-dev] Re: Query based on the number of followers

2011-06-28 Thread Venu
Hi Taylor, Thanks a bunch for the answer. You saved a lot of my time. Is it possible to do this in any other way??? Even if it is time taking! Thanks again. Venu. On Jun 28, 3:16 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Venu, There aren't any API methods that return

[twitter-dev] Pixelated Avatar and Twitter Logo

2011-06-28 Thread Robert Winnett
Hello, Does anyone know why I am getting pixelation on my website with the integrated Twitter Feed? www.bucycling.com Please help. -Robert -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements

Re: [twitter-dev] Pixelated Avatar and Twitter Logo

2011-06-28 Thread Matt Harris
Hi Robert, You website stylesheet includes this rule: #home_main_right img { width: 150px; height: 150px; } This rule is telling the webpage to render the img's at the 150x150 resolution and is the reason for the images in the widgets being pixelated. To resolve the issue you should

Re: [twitter-dev] Pixelated Avatar and Twitter Logo

2011-06-28 Thread Lil Peck
On Tue, Jun 28, 2011 at 1:58 PM, Robert Winnett winnett2...@gmail.com wrote: Hello, Does anyone know why I am getting pixelation on my website with the integrated Twitter Feed? www.bucycling.com Something else - I noticed that the home page loads slowly because the header picture is

[twitter-dev] Re: /oauth/request_token - Can't get one

2011-06-28 Thread DoXiD
After talking with a nice guy at the IRC channel he mentioned that i needed to sort my headers and my POST data. Sad and done, i sorted my things but still didn't help, any other suggestions? Here's a output (readable version) of my HEAD+POST: http://pastebin.com/H8uSuEd0 On Jun 28, 5:31 pm,

Re: [twitter-dev] Pixelated Avatar and Twitter Logo

2011-06-28 Thread Robert Winnett
Hey Matt, Do you know what size the Twitter Logo is suppose to be?? -Robert On Tue, Jun 28, 2011 at 3:10 PM, Matt Harris thematthar...@twitter.comwrote: Hi Robert, You website stylesheet includes this rule: #home_main_right img { width: 150px; height: 150px; } This rule is

Re: [twitter-dev] Pixelated Avatar and Twitter Logo

2011-06-28 Thread Robert Winnett
Hi Matt, Wow... why didnt I think of that. I did not develop the theme but damn I should have known. Thank you! Ill fix that right away. -Robert On Tue, Jun 28, 2011 at 3:10 PM, Matt Harris thematthar...@twitter.comwrote: Hi Robert, You website stylesheet includes this rule:

[twitter-dev] Re: Introduce yourself!

2011-06-28 Thread anirup dutta
Hi everyone this is Anirup.I am a wannabe computer programmer.I a PhD student in Computer Science.Just completed my Bachelors. I mainly work in LAMP environment.Also I love jquery.If I wasn't doing my PhD,my motto would have been people who don't do PhD do PHP. I developed http://heybuddy.in/

[twitter-dev] Feedback wanted on Twitter + iOS

2011-06-28 Thread Ryan Sarver
Hey all, With iOS 5 and the Twitter integration coming in a few months, we have been getting a ton of inbound interest and questions around how to effectively leverage the Twitter integration. We wanted to get your feedback on how we can best support you and your users in developing meaningful

Re: [twitter-dev] Feedback wanted on Twitter + iOS

2011-06-28 Thread Paul Haddad
Ryan, On Jun 28, 2011, at 6:44 PM, Ryan Sarver wrote: We'd love to see your apps, give feedback and help make developing on Twitter and iOS 5 a great experience so let us know how we can help. Simple, open up access to DMs via the API. --- Paul Haddad paul.had...@gmail.com, p...@tapbots.com,

Re: [twitter-dev] Feedback wanted on Twitter + iOS

2011-06-28 Thread Sean Heber
Ryan, On Jun 28, 2011, at 6:44 PM, Ryan Sarver wrote: We'd love to see your apps, give feedback and help make developing on Twitter and iOS 5 a great experience so let us know how we can help. Simple, open up access to DMs via the API. This. l8r Sean -- Twitter developer

Re: [twitter-dev] Feedback wanted on Twitter + iOS

2011-06-28 Thread Tom van der Woerdt
First of all, I think Twitter should make it more clear that this implementation is focused on providing Twitter access for non-client apps. Think of this implementation as a 'post on Twitter' feature that doesn't require any API knowledge or other very complicated stuff. That, and you have

Re: [twitter-dev] Feedback wanted on Twitter + iOS

2011-06-28 Thread Tom van der Woerdt
Absolutely disagree. No DM access via twitter.framework. Would be a major threat to the user's privacy. Tom On Jun 29, 2011, at 2:05 AM, Sean Heber s...@spiffytech.com wrote: Ryan, On Jun 28, 2011, at 6:44 PM, Ryan Sarver wrote: We'd love to see your apps, give feedback and help make

[twitter-dev] Re: Feedback wanted on Twitter + iOS

2011-06-28 Thread Steve Streza
Ability to access DMs, with a system-supplied modal dialog (a la the Location Services dialog), would be ideal. Steve -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker:

Re: [twitter-dev] Feedback wanted on Twitter + iOS

2011-06-28 Thread Paul Haddad
On Jun 28, 2011, at 7:09 PM, Tom van der Woerdt wrote: Absolutely disagree. No DM access via twitter.framework. Would be a major threat to the user's privacy. This could be handled by different wording on the Alert Panel that asks for permission, or by app id white listing or probably a

[twitter-dev] Re: Feedback wanted on Twitter + iOS

2011-06-28 Thread Matt
Simple - Access to read/write direct messages, and just have a HIG rule (maybe) about what they're doing below the login box. -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker:

Re: [twitter-dev] Feedback wanted on Twitter + iOS

2011-06-28 Thread Ryan Sarver
Paul, thanks for following up and we definitely understand where you are coming from. The current Apple implementation allows for a single permission for all apps and therefore we have to err on the side of being less permissive. The vast majority of the apps will not need DM read access and we

Re: [twitter-dev] Feedback wanted on Twitter + iOS

2011-06-28 Thread Ryan Sarver
Tom, by the time this launches all apps using TWRequest will get proper attribution like from YourApp on iOS :) -- Ryan Sarver @rsarver https://twitter.com/intent/follow?screen_name=rsarver On Tue, Jun 28, 2011 at 5:07 PM, Tom van der Woerdt i...@tvdw.eu wrote: First of all, I think Twitter

Re: [twitter-dev] Feedback wanted on Twitter + iOS

2011-06-28 Thread Paul Haddad
Ryan, Thanks for the reply, I'm glad to hear that at least its under consideration. On Jun 28, 2011, at 8:02 PM, Ryan Sarver wrote: Paul, thanks for following up and we definitely understand where you are coming from. The current Apple implementation allows for a single permission for all

[twitter-dev] Documentation for streaming events

2011-06-28 Thread Eryn Wells
Hi all, Is there any documentation for the various events a client can receive via the user and/or streaming APIs? Eryn -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Slow Image Requests

2011-06-28 Thread Kyle Mulka
I've noticed that some requests to Twitter's image servers have been slow for a few weeks now. Any plan to fix that? For example: it would take over a minute to load Twitter backgrounds or Twitter avatar images. -- Kyle Mulka http://twilk.com -- Twitter developer documentation and resources: