[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:

[twitter-dev] Re: NSURLConnection

2011-06-27 Thread R
much thanks On Jun 26, 11:39 am, Evadne Wu monocerosfu...@gmail.com wrote: I am pretty sure you don’t want to use any synchronous requests, though.   Better make an asynchronous one, and handle delegate method callbacks when they finish.  Otherwise, if network flakes out, it can easily clog

[twitter-dev] Re: Twitter API changes

2011-06-27 Thread Ran Margaliot
but currently i am getting all the information for them... when will i stop getting this info? On Jun 27, 7:45 am, kamesh SmartDude kamesh.smartd...@gmail.com wrote: hi, the users who are already logged in should logout and relogin againotherswise they will not get any data(not only DM's)

[twitter-dev] Re: How long can we access a past profile picture?

2011-06-27 Thread yama
Thanks Matt, Oh that's right! It consumes API rate limit using the second method. So, if I consider a rate limited API, I should user the first method, which is just a link to image. But then, when user change it, the possibility of unaccessible to the image may occur. Is it right? I have to

[twitter-dev] XAuth Authorization

2011-06-27 Thread yatibawri
Hi all, I have a query on how can i register my app with xAuth. I get an error in this line : AccessToken token = twitter.getOAuthAccessToken(); I get an error:Failed : The screen name / password combination seems to be invalid. and Error 401.. So please help me to solve my issue -- Twitter

[twitter-dev] The remote server returned an expectation error 417 Expectation failed.

2011-06-27 Thread Jay Amrutkar
I'm authenticating twitter user using open authentication (oauth) through my gadget. I'm calling requestToken service of twitter. var accessor = { consumerSecret: 'mySecretKey', tokenSecret: '' }; var message = { action:

[twitter-dev] Twitter Widget Tweets Population Issue.

2011-06-27 Thread srinu
Hi, Thanks in Advance. Using Twitter List Widget, i am able to populate the tweets in my application but after certain amount of time i am getting empty widget and in back end it is showing following error message: TWTR.Widget.receiveCallback_1({error:Rate limit exceeded. Clients may not make

[twitter-dev] Twitter List Widget Tweets Population Issue.

2011-06-27 Thread Srini
Thanks in Advance. Using Twitter List Widget, i am able to populate the tweets in my application but after certain amount of time i am getting empty widget and in back end it is showing following error message: TWTR.Widget.receiveCallback_1({error:Rate limit exceeded. Clients may not make more

Re: [twitter-dev] XAuth Authorization

2011-06-27 Thread Georgooty varghese
Hi, xAuth is not enabled by deafult when you registering the application. To enabling this, you should send a detailed mail to a...@twitter.com with the application details. Regards, George On Mon, Jun 27, 2011 at 2:55 PM, yatibawri yatiba...@gmail.com wrote: Hi all, I have a query

Re: [twitter-dev] Re: Problem With Fetching Followers and Following Id's

2011-06-27 Thread quenotacom
sorry, I dont understand what you mean, the problem is : I can call the followers query I accept say 100, calling lookup for them, the problem is, cursor_next is pointing to 5001 ocurrence, so i have to do all the job again. -- Twitter developer documentation and resources:

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

2011-06-27 Thread Taylor Singletary
Hi Eryn, I'm not too familiar with the Twisted framework or its implementation of OAuth, so take what I recommend with a grain of salt. * Access tokens generated through the OAuth flow on Twitter, regardless of the technique used (PIN code, xAuth, vanilla OAuth) are long-lived and do not expire

[twitter-dev] Re: Select nth friend/follower

2011-06-27 Thread quenotacom
I am having the same problem. -- 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 your membership to this group:

Re: [twitter-dev] Re: Problem With Fetching Followers and Following Id's

2011-06-27 Thread kamesh SmartDude
hai george, suppose per request u want to show 100 follower/following. case 1: The user may have lessthan 5000 followers/following (suppose say 100) 1. store all the Ids u received from twitter and send the request to fetch first 100 follower/following 2. once u received the list of 100

[twitter-dev] Re: connection reset errors

2011-06-27 Thread Khandelwal
I'm still seeing the connection reset errors. Anyone have any advice? It's Errno 54 from the urllib in Python I believe (I'm using Tweepy under the hood). On Jun 24, 11:36 am, Khandelwal khandel...@gmail.com wrote: Both yesterday and today, I've been seeing quite a few Connection reset by peer

[twitter-dev] Re: Introduce yourself!

2011-06-27 Thread RubenOrozco
My name is Ruben Orozco from Santa Barbara, CA. I've use the Twitter API to develop http://www.TweetFind.com -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Twitter API / People Search API not returning anything

2011-06-27 Thread RubenOrozco
Hi Twitter Devs. http://api.twitter.com/1/users/search When people search Tweetfind.com , they get a searched box at the bottom(Twitter Find People), For a few weeks it was working. You were able to scroll down and it would load more Twitter Profiles. A week or two ago, it stopped. The

[twitter-dev] Re: error 401 from oauth, starting a few days ago

2011-06-27 Thread arlomedia
Yes, I've made both of those changes, as I mentioned in my June 16 post. I just ran the requests again; here's what the request headers look like now. The first is the token request and the second is the timeline request: POST https://api.twitter.com/oauth/request_token Authorization: OAuth

Re: [twitter-dev] Twitter API / People Search API not returning anything

2011-06-27 Thread Taylor Singletary
Hi Ruben, We're looking into this issue and hope to have it resolved soon. Thanks for the report. @episod http://twitter.com/intent/user?screen_name=episod - Taylor Singletary On Mon, Jun 27, 2011 at 9:51 AM, RubenOrozco ruben.oro...@gmail.com wrote: Hi Twitter Devs.

Re: [twitter-dev] Twitter API / People Search API not returning anything

2011-06-27 Thread RubenOrozco
Thanks Taylor! :) Ruben -- 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 your membership to this group:

[twitter-dev] Tweet Button Zero Count and Hashes... Add hash to original_referer please?

2011-06-27 Thread Scott Phillips
I've tried every variation to try and get this to work, but I think in the end it's a bug. Using the iframe button, the latest code I've tried sets the url and counturl as the same: http://propertylabs.smugmug.com/services/graph/gallery/11425833_KwDKP/803171493_Cscqq Which will usually redirect

[twitter-dev] Tweet Button Zero Count and Hashes... Add hash to original_referer please?

2011-06-27 Thread Scott Phillips
I've tried every variation to try and get this to work, but I think in the end it's a bug. Using the iframe button, the latest code I've tried sets the url and counturl as the same: http://propertylabs.smugmug.com/services/graph/gallery/11425833_KwDKP/803171493_Cscqq Which will usually redirect

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

2011-06-27 Thread David
Hi Nick, Are these your account access tokens for your app that you use to connect to streams? Your access tokens will get reset if you go through the OAuth workflow and hit No or Deny with that account and later authorize it again. -- Twitter developer documentation and resources:

[twitter-dev] @anywhere not working?

2011-06-27 Thread Son
Is anyone else having problems with the @anywhere for twitter. Thanks -- 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 your

[twitter-dev] display tweets for a private user using ASP or javascript

2011-06-27 Thread Son
Does anyone know how to display tweets for a private users using ASP or javascript on a web page? -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker:

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

2011-06-27 Thread Nicholas Chase
Yes, these are the access tokens for the app that I use to connect to streams. So if I re-authorize my own account they will change? Please tell me that it will ONLY happen with MY account...? 'Cause if that happens if ANYBODY reauthorizes... Thanks! --- Nick On 6/27/2011 4:24 PM, David

[twitter-dev] sudden api slowdown

2011-06-27 Thread joelkeepup
HI, Between June 23 and 24th we noticed a 3x slowdown on twitter api calls. Before the 23rd we had consistent api response time of a second for most calls with occasionally a couple seconds. Sometimes calls were very subsecond. As of June 24th (until now) all our calls are taking 2-3 seconds and

[twitter-dev] 401: Could not authenticate with OAuth.

2011-06-27 Thread vishal
I am having trouble posting to twitter from my ruby on rails app. The consumer keys and secrets are correct, also the oauth token and secret seem to be fine. The code used to work fine but I have been getting these error since today morning. Is anyone facing the same issue or am I going wrong

[twitter-dev] Re: sudden api slowdown

2011-06-27 Thread jenny
We have as well. Appears to have started 9-10pm utc on june 23. No changes on our side, just overall slowdown of all twitter rest api calls. To make things more exciting, all new site stream connections started returning 401s half an hour ago(9:47utc)... -jenny On Jun 27, 2:48 pm, joelkeepup

Re: [twitter-dev] Re: sudden api slowdown

2011-06-27 Thread Nicholas Chase
On 6/27/2011 6:25 PM, jenny wrote: To make things more exciting, all new site stream connections started returning 401s half an hour ago(9:47utc)... -jenny Check your access tokens; that's what's been happening to me for the last several days, and it comes down to the access key and secret

[twitter-dev] Re: sudden api slowdown

2011-06-27 Thread jenny
thanks! that worked. no more 401s on site streams, just slow rest api calls. On Jun 27, 3:27 pm, Nicholas Chase nch...@earthlink.net wrote: On 6/27/2011 6:25 PM, jenny wrote: To make things more exciting, all new site stream connections started returning 401s half an hour ago(9:47utc)...

[twitter-dev] Re: Twitter API error on my website

2011-06-27 Thread Sports Banter
Hi Mohan, We are using a widget and it appears to still be happening, could this be because of an increase in traffic to the site? It works and then the next time you go to the site it will have the error again. Cheers Steven On Jun 26, 11:15 pm, Mohan Arun mar...@gmail.com wrote: The

Re: [twitter-dev] Re: sudden api slowdown

2011-06-27 Thread M. Edward (Ed) Borasky
I haven't been doing anything with the REST API recently but I think there was some kind of event on Streaming last night. I don't have the data here but it was about 2011-06-27T05:00:00Z if I remember correctly. I was connected to the sample stream with basic auth if that matters. It

[twitter-dev] Detecting Over Capacity

2011-06-27 Thread R
I'm developing a Twitter app with Objective C. I'm detecting Twitter Over Capacity by looking at two XML element names: id - checking for nil title - contains the string capacity This seem rather clunky. Is there a better way? -- Twitter developer documentation and resources:

Re: [twitter-dev] Detecting Over Capacity

2011-06-27 Thread Aldian Fazrihady
Does http status 503 always mean 'over capacity', no? Aldian On Tue, Jun 28, 2011 at 8:55 AM, R r4eem...@gmail.com wrote: I'm developing a Twitter app with Objective C. I'm detecting Twitter Over Capacity by looking at two XML element names: id - checking for nil title - contains the

[twitter-dev] Re: Twitter API error on my website

2011-06-27 Thread Mohan Arun
Hi Mohan, We are using a widget and it appears to still be happening, could this be because of an increase in traffic to the site? It works and then the next time you go to the site it will have the error again. I would say this is most likely something to do with the base site from which

[twitter-dev] NSURLConnection

2011-06-26 Thread R
Any opinions on which approach is better. NSData *data = [NSURLConnection sendSynchronousRequest:request returningResponse:response

[twitter-dev] Twitter API changes

2011-06-26 Thread Ran Margaliot
Hello, Recently twitter has changed the access level that apps are getting to the user detail, an app need to mark that it needs access to the user's DMs in order to get it (unlike before), i have marked this option in my app settings page on twitter so i will have full data access for new users

[twitter-dev] OAuth IP Change Limited?

2011-06-26 Thread meaglith
I registed a Twitter application, and deployed with my website on a VPS run very well. When I chaged another VPS with new IP to deploy it, I got error within oauth process: *OAuth::Unauthorized (401 Unauthorized):* * * After I change back with old IP, it's good again. The register application

[twitter-dev] How do I get top tweets for certain hashtags to my websites?

2011-06-26 Thread Sushil Gupta
I want to make a website (my first project) that pulls the top tweets on twitter that are related to wisdom quotes and I want to put them into my website, one quote a day. I want to enable visitors to subscribe to get those quotes by email, sms, facebook updates, tweets on their accounts too.

Re: [twitter-dev] NSURLConnection

2011-06-26 Thread Evadne Wu
I am pretty sure you don’t want to use any synchronous requests, though. Better make an asynchronous one, and handle delegate method callbacks when they finish. Otherwise, if network flakes out, it can easily clog up everything for a minute or so, plus it’s just bad to write network code that

[twitter-dev] Public Time-Line Rate Limiting

2011-06-26 Thread AGurung
I am working on my dissertation to apply DM algorithms on public tweets. I wrote a Java application to grab the public timeline in xml format. My intention was to make the request from the Java thread after every 6 milliseconds (1 minute) to get a bunch of tweets for my dataset. But I missed

[twitter-dev] How to remove a tweet by URL

2011-06-26 Thread useto
Hi. I search how to remove a tweet with an URL with no success. I saw in github this code: $method = statuses/destroy/{$status-id}; twitteroauth_row($method, $connection-delete($method), $connection- http_code); So I made my url like this:

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

2011-06-26 Thread Nicholas Chase
Then something is definitely broken; because I have not changed anything but the access tokens keep changing. Taylor? Matt? Arnaud? Thanks... Nick On 6/26/2011 1:50 AM, Scott Wilcox wrote: They'll only change when you reset your consumer key/secret and perhaps your account password

[twitter-dev] Re: A few updates about the permission model change

2011-06-26 Thread Aaron Rankin
Hi Matt, We missed the bit about having to use oauth/authorize and were going through oauth/authenticate. Via oauth/authorize it's working properly. Aaron On Jun 23, 6:57 pm, Matt Harris thematthar...@twitter.com wrote: Hi Aaron, I have't been able to reproduce this issue so could you email

[twitter-dev] Re: Twitter API error on my website

2011-06-26 Thread Mohan Arun
The Twitter API returned an error while processing your request. Please try again. Are you using a widget or you are using some custom code for feeding the tweets in your wordpress website? If you are using some widget, then most probably it will start working again after some time. Mohan --

Re: [twitter-dev] Twitter API changes

2011-06-26 Thread kamesh SmartDude
hi, the users who are already logged in should logout and relogin againotherswise they will not get any data(not only DM's) because u chaged the application settings(i found this issues in my app) //kamesh On Sun, Jun 26, 2011 at 6:42 PM, Ran Margaliot ran5...@gmail.com wrote: Hello,

[twitter-dev] GET statuses/retweets/:id

2011-06-26 Thread Chris Teso
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. However, in practice the method seems to only return the recent Retweets for a given Tweet. Take these two urls: http://www.flickfolia.com/free shows

[twitter-dev] Re: GET statuses/retweets/:id

2011-06-26 Thread Chris Teso
Ah, ok. Seems you need to specify count param to be accurate. On Jun 26, 10:22 pm, Chris Teso christ...@gmail.com wrote: The documentation athttp://dev.twitter.com/doc/get/statuses/retweets/:id states it will return up to 100 of the first retweets of a given tweet. However, in practice the

[twitter-dev] Re: Poor documentation. For example, regarding lists. Suggestions for improvement.

2011-06-25 Thread Nicole Simon
So if I want to have an information about a list you expect me to read all of the documention to figure out which version to use although i am fine in programming. I guess just including something as a proper documentation for example a link see current available versions here is too much to

Re: [twitter-dev] trending topics order

2011-06-25 Thread M. Edward (Ed) Borasky
How difficult would it be for Twitter to return the tweets per minute by location on Trending Topics? For example, if hockey is getting 100 tweets per minute in Boston, the line for Boston would read boston 100 -- http://twitter.com/znmeb http://borasky-research.net A mathematician is a

[twitter-dev] stream responses with incomplete json tweets

2011-06-25 Thread Bertram van de Ven
Hello, I was playing with the twitter stream (http://stream.twitter.com/1/ statuses/filter.json?track=test) and found that I sometimes get incomplete json returned. Some responses are complete and others are not. I don't have an idea why this is and how to solve this. Here is the C# code to

Re: [twitter-dev] Cannot connect to app that has same name as Account

2011-06-25 Thread Scott Wilcox
I'm sure your issue lies elsewhere. I've got apps named the same as an account and it works fine as far as I can remember. What errors are you seeing, what calls are you making and what programming language are you using? On 25 Jun 2011, at 06:48, modemlooper wrote: Say my account name is

Re: [twitter-dev] Cannot connect to app that has same name as Account

2011-06-25 Thread Tom van der Woerdt
I've seen @TweetDeck tweet from TweetDeck... Tom On 6/25/11 7:48 AM, modemlooper wrote: Say my account name is @MyApp and my app name is MyApp, it seems like you cannot sign into an app with OAuth if this is the case. Has anyone ever have this problem and if so what can I do about it? --

[twitter-dev] Re: Update status d returns success response but doesn't show up on web

2011-06-25 Thread R
thanks Matt... I can now stop chasing a ghost On Jun 24, 5:28 pm, Matt Harris thematthar...@twitter.com wrote: Hi, This is expected behavior and is caused by the SMS commands. You can find a complete list of the commands and their aliases on our help site:    

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

2011-06-25 Thread berr08
I understand that...just want to make the information available to my members. So they tweet something out of the website and someone RT the link I just want to show the potential number of eyes that have potentially seen the tweet RT on their timeline. On Jun 24, 10:06 am, Mohan Arun

[twitter-dev] Junior Programmer with an Issue

2011-06-25 Thread Mark Cooney
Hi all Complete newbie to programming but getting to grip. Creating a website and need to get access for friends and family on Twitter. Up until 1 hour ago the following worked: tw.ProxyUsername = Trim(Me.txtTwitterName.Text) Session(NewUserName) = Me.txtTwitterName.Text

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

2011-06-25 Thread Eryn Wells
An interesting note, perhaps. I was writing unit tests last night to check my OAuth implementation. I was able to connect and retrieve data via the regular API (api.twitter.com), but I still have the 401 issue when trying to connect to the user stream API. On 2011-06-24, at 19:54, Eryn Wells

[twitter-dev] Twitter API error on my website

2011-06-25 Thread Sports Banter
Hi, I have latest twitter posts fed through to my website through my wordpress website and just this morning I started getting the message: The Twitter API returned an error while processing your request. Please try again. Not sure what could be causing this problem but any help would be

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

2011-06-25 Thread Mohan Arun
On Jun 25, 10:59 pm, berr08 robertdur...@gmail.com wrote: I understand that...just want to make the information available to my members.  So they tweet something out of the website and someone RT the link I just want to show the potential number of eyes that have potentially seen the tweet RT

[twitter-dev] Re: Get Twitter Statuses based on a timestamp

2011-06-25 Thread Mohan Arun
Hi Guys, I am new to use twitetr api, but managed to understand it to some extent. But here i am stuck in some problem, i want to get user status updates,  but not all updates. I want a way to just provide a timestamp, and let the twitter api get statuses done by the user till that

[twitter-dev] Strange behavior for updates starting with DM

2011-06-25 Thread Felipe Knorr Kuhn
Hello, fellow developers, I was talking to my friend Nilton (@nilton_jr) about the lack of a group DM feature, so I was tried to post a tweet starting with DM em grupo (Portuguese for group DM) and I noticed that the tweet wasn't posted. Tweetdeck says Update successful and Twitter for the

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

2011-06-25 Thread Nicholas Chase
This happened to me again today. Am I the only one it's happening to? Nick On 6/24/2011 10:24 PM, Nicholas Chase wrote: Today, for the second or third time in a couple of months, my application access tokens seem to have changed on their own. My app was working fine, and then all of a

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

2011-06-25 Thread Scott Wilcox
They'll only change when you reset your consumer key/secret and perhaps your account password too. On 26 Jun 2011, at 06:49, Nicholas Chase wrote: This happened to me again today. Am I the only one it's happening to? Nick On 6/24/2011 10:24 PM, Nicholas Chase wrote: Today, for

Re: [twitter-dev] inconsistent data when fetching the stream using location boxes

2011-06-24 Thread Thomas Alisi
thanks matt I didn't think of verifying the source straight from the json api, you're perfectly right, this is super helpful. and it appears that twitter4j has some funny behaviour, as I'm reading the geo location directly from the API when I receive an onStatus notification, hence something

Re: [twitter-dev] Poor documentation. For example, regarding lists. Suggestions for improvement.

2011-06-24 Thread Correa Denzil
Matt : I suggest in the Example Requests you add the URL for the call. It will prevent much of the What URL to call? queries. --Regards, Denzil On Fri, Jun 24, 2011 at 4:55 AM, Matt Harris thematthar...@twitter.comwrote: Hi Dave, Thanks for your feedback, it's important for us to know

[twitter-dev] User suggestions and User Suggestions Twitter

2011-06-24 Thread Correa Denzil
Hi, I am unable to understand the API for user/suggestionshttp://dev.twitter.com/doc/get/users/suggestionsand user/suggestions/twitterhttp://dev.twitter.com/doc/get/users/suggestions/:slug resources. It would be great if you highlight two particular aspects : 1. What do these API calls

Re: [twitter-dev] Twitter widgets not using entities to present t.co links

2011-06-24 Thread Tim Meadowcroft
Thanks Matt, filed as a feature request rather than a defect http://code.google.com/p/twitter-api/issues/detail?id=2250 -- T -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Search Api limit

2011-06-24 Thread Alessandro
Hi I'm using the search api (for example: http://search.twitter.com/search.rss?q=%23juventusrpp=100page=4) I read here: http://search.twitter.com/api/ this: We do not rate limit the search API under ordinary circumstances, however we have put measures in place to limit the abuse of our API. If

[twitter-dev] Get Twitter Statuses based on a timestamp

2011-06-24 Thread Shashank
Hi Guys, I am new to use twitetr api, but managed to understand it to some extent. But here i am stuck in some problem, i want to get user status updates, but not all updates. I want a way to just provide a timestamp, and let the twitter api get statuses done by the user till that particular

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

2011-06-24 Thread Mohan Arun
I am wondering if there is a way to see how many people have seen my tweet via Retweets. For instance I tweet Twitter is the best it is RT by one of my followers who has 1,000 followers, then by one of his followers who has 200 so my tweet has been seen by those users 1,200 people via

Re: [twitter-dev] xAuth login

2011-06-24 Thread Taylor Singletary
Hi Sushil, Twitter enforces that timestamps be within a reasonable amount of time from the present, so this is expected behavior. One way that you can get plan ahead for this is by reading the Date HTTP header that is sent in the response to every request -- once you parse that date, you can

[twitter-dev] connection reset errors

2011-06-24 Thread Khandelwal
Both yesterday and today, I've been seeing quite a few Connection reset by peer errors. They happen 15 - 30 minutes apart, with successful queries against the API run in between. My requests look like the following: send: 'GET /1/friends/ids.json?cursor=-1user_id=24912726 HTTP/1.1\r

[twitter-dev] Re: Twitter and iOS - an Integration Workshop

2011-06-24 Thread Jason Costa
By the way Tom - in case you're interested, the Twitter Integration talk from WWDC has been uploaded on Apple's developer site: https://developer.apple.com/videos/wwdc/2011/index.php You'll need your Apple developer credentials to access it. The title of the video is Twitter Integration.

Re: [twitter-dev] Re: Switching Application Type to Browser

2011-06-24 Thread Andrew W. Donoho
On Jun 23, 2011, at 20:14 , Victoria wrote: If I change Application Type to Browser (on the https://dev.twitter.com/apps/edit/ page), will this negatively affect the xAuth process currently used in the production version of my Twitter client? Victoria, Only Twitter or an

Re: [twitter-dev] Re: Switching Application Type to Browser

2011-06-24 Thread Taylor Singletary
Changing your application type has no effect on existing access tokens. If a key has the xAuth permission granted to it, xAuth can be performed using the API key regardless of the setting for application type. Applications set to desktop cannot dynamically present a oauth_callback on the request

[twitter-dev] Re: error 401 from oauth, starting a few days ago

2011-06-24 Thread arlomedia
The response body only includes the text of the error message (This method requires authentication) and a copy of my request URI. I included my complete request including all headers in an earlier post in this thread; is that what you meant by authorization header/ parameters? -- Twitter

[twitter-dev] Twitter Search API - completeness

2011-06-24 Thread Kstolen Kstolen
The Twitter Search API docs (http://dev.twitter.com/pages/ using_search#) say: Search is focused in relevance and not completeness. This means that some Tweets and users may not be missing from search results. If you want to match for completeness you should consider using the Streaming API

[twitter-dev] Re: Create your own trends from only people you follow

2011-06-24 Thread Hugh Hopkins
thanks to everyone. will try and get this going. its gonna be some serious hard work. Hugh On Jun 17, 7:09 am, Scott Wilcox sc...@dor.ky wrote: HiHugh, Yes, your home timeline would consist  of all those you follow and anything retweeted by those users. That should fit perfectly for you.

Re: [twitter-dev] Can't Get OAuth To Work On My Site

2011-06-24 Thread Matt Harris
Hi David, Can you explain a little more about your setup and what you mean when you say it isn't working. For example: * What language are you using? * Are you using a library? * How far in the process does the OAuth flow get? * Are you seeing any error messages in your code or logs? If you can

Re: [twitter-dev] Search API for getting tweet counts by date?

2011-06-24 Thread Matt Harris
Hi, The Search API only keeps it's index for about a week so searches older than that are not possible. To perform analysis of Tweets like you ask you will can monitor them as they happen through the Streaming API. Alternatively some third party services maybe able to offer this information.

Re: SOLVED Re: [twitter-dev] Needs object from desktop application ?

2011-06-24 Thread Matt Harris
Hey Ari, It's great to hear you worked this out and got it working. Also, thank you for sharing the solution that worked for you. Best, @themattharris https://twitter.com/intent/follow?screen_name=themattharris Developer Advocate, Twitter 2011/6/23 Ari Endo arien...@gmail.com ** Dear Matt,

Re: [twitter-dev] Tweets not appearing properly from our app.

2011-06-24 Thread Matt Harris
Hi, It sounds like you are seeing the effects of our caches updating. This can sometimes happen but shouldn't be as apparent. Are you request xml, json or both when you are performing these checks. I'm not familiar with the platform your application is working on but if the short caching

Re: [twitter-dev] How to autologin to twitter by providing the username and password using API?

2011-06-24 Thread Matt Harris
Hi Karthikeyan, In our Terms of Service ( http://dev.twitter.com/pages/api_terms ) we say that a Service should not replicate, frame, or mirror the Twitter website or its design. In addition, automating the login to twitter.com isn't something you should be doing or are allowed to do. Instead

[twitter-dev] Building a Find your Twitter friends feature for a web app

2011-06-24 Thread @itsmikerudolph
Trying to figure out the best way to build a feature for a web app thats in dev, what the feature will do is display which of your twitter friends are registered on the application already. The Twitter oAuth method is being used as the only way to register for the site currently. So when a user

Re: [twitter-dev] Can't Get OAuth To Work On My Site

2011-06-24 Thread David Moore
I took it off the site for now, but the site is php... It was acting like it was going to let me register with Twitter, I verified my account and allowed it... but when it returned to my site nothing happened. It didn't login or make a new account like it was supposed to. After that it started to

Re: [twitter-dev] Building a Find your Twitter friends feature for a web app

2011-06-24 Thread Scott Wilcox
Get the list of users that your authenticated user is following: http://dev.twitter.com/doc/get/friends/ids Then compare each of those to your user database and then present to the user. On 24 Jun 2011, at 21:41, @itsmikerudolph wrote: Trying to figure out the best way to build a feature for

Re: [twitter-dev] all xauth access token revoke after oauth

2011-06-24 Thread Matt Harris
Hi Shinichi, I don't quite follow your question but I think the following information is close to what you are asking about. When you take a user through the OAuth flow we do one of three things. 1. If the user has not authorized your application before a token at the requested permission level

Re: [twitter-dev] Poor documentation. For example, regarding lists. Suggestions for improvement.

2011-06-24 Thread Matt Harris
Hi Denzil, Thanks for the suggestion. Do you think that would help or would it be better to try and link to the console? Just curious about alternative ideas. The reason I say this is POST and DELETE requests are difficult to write as single example URLs. When we had them in the past they led to

<    1   2   3   4   5   6   7   8   9   10   >