[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