[twitter-dev] Re: problem with json api - empty results list

2009-11-26 Thread marcin
But doesn't answer how to deal with that problem. My app is already live and it sucks. The twitter section is empty now. How can I correct that ? Should I forgot about search api and connect my app directly to the rss feed for that account ? Please please give me some suggestions. Thanks On 27 Li

[twitter-dev] Re: problem with json api - empty results list

2009-11-26 Thread marcin
Thank you guys! It explains everything. On 27 Lis, 02:46, Raffi Krikorian wrote: > http://help.twitter.com/forums/31935/entries/66018 > > happy thanksgiving. > > > > > > > Thank you for your answer. There are no results indeed. But why ? I > > don't understand the logic. Normally on twitter.com/m

[twitter-dev] Re: Search API questions

2009-11-26 Thread enygmatic
@Raffi, Thanks for the info. Just a couple of queries: I'm using the Atom format for search results (As mentioned on http://apiwiki.twitter.com/Twitter-Search-API-Method%3A-search). I get the published date in the atom feed. So I am not sure what you mean by "created_at":"Fri, 27 Nov 2009 00:06:44

Re: [twitter-dev] Getting Not Found when trying to Delete List subscription using list id and oauth

2009-11-26 Thread Mark McBride
Mark, you can't delete (or add) members from lists owned by other users. In this case the reason you're getting a 404 is because the list "561510" owned by user mark_ellul doesn't exist. ---Mark On Wed, Nov 25, 2009 at 8:55 AM, Mark Ellul wrote: > HI, > > I have code working to remove subscr

Re: [twitter-dev] Re: 401 Unauthorized problem

2009-11-26 Thread Mark McBride
It looks like you're trying to actually include the OAuth Authorization header in your POST body, which isn't the way you want to do it. Instead, you should be using the Authorization HTTP header to transmit this info (see http://oauth.net/core/1.0a#anchor46). To make things extra weird, in one c

Re: [twitter-dev] Re: oauth Process flow and status Part 1

2009-11-26 Thread Andre Bruton
Classic ASP On Fri, Nov 27, 2009 at 2:58 AM, Duane Roelands wrote: > Andre, > > Are you sure there isn't already an OAuth library out there that will > work for you?  What language are you developing in? > > --Duane > > On Nov 26, 2:11 am, abruton wrote: >> Thank you for the help. I'm still tryi

Re: [twitter-dev] Twitter login with Flex

2009-11-26 Thread Raffi Krikorian
No. On Nov 26, 2009, at 10:19 PM, Bardia Afshin wrote: Is there a web page with a list of all the whitelisted IPs and twitter accounts? Sent from my iPhone On Nov 26, 2009, at 6:50 PM, Raffi Krikorian wrote: a few links to look at: http://apiwiki.twitter.com/Twitter-REST-API-Meth

Re: [twitter-dev] Twitter login with Flex

2009-11-26 Thread Bardia Afshin
Is there a web page with a list of all the whitelisted IPs and twitter accounts? Sent from my iPhone On Nov 26, 2009, at 6:50 PM, Raffi Krikorian wrote: a few links to look at: http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0update http://code.google.com/p/oauth-as3/

[twitter-dev] OAuth DELETE LIST problem

2009-11-26 Thread Wilfred yau
Hello all, When I call _method= DELETE in List API, I got 401 Unauthorized from api.twitter.com. After I read the document of OAuth, it mention that "_" is no need to encode so it may be a another problem. I have try when I using other parameter include "_" like "a_method=DELETE" is work well and

[twitter-dev] Re: 401 Unauthorized problem

2009-11-26 Thread Wilfred yau
I have already solve the special char problem because encoding in Flex. but I still find that when I call _method= DELETE in List API, I still get 401 Unauthorized from api.twitter.com. On Nov 25, 11:09 am, Wilfred yau wrote: > I am using OAuth to accessListAPI, but I find that if the request > U

[twitter-dev] Re: Twitter login with Flex

2009-11-26 Thread Wilfred yau
I think you are using Basic Auth to login, but it don't work well in Flex, you should try to use OAuth that have better support on Flex. any you can use some library to help you finish the project: http://code.google.com/p/tweetr/ http://code.google.com/p/oauth-as3/ sample code is including in th

Re: [twitter-dev] Twitter login with Flex

2009-11-26 Thread Raffi Krikorian
a few links to look at: http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0update http://code.google.com/p/oauth-as3/ Hey guys I'm building an application for a school project where I should be able to do everything you can on Twitter.com, but make it accessible on the desktop

Re: [twitter-dev] Search API questions

2009-11-26 Thread Raffi Krikorian
I have been using the Twitter Search API to query the public line for Twitter status updates originating out of a particular location. Currently, I run one search every 15 minutes using an automated script. However I have found that the search results returned contain a number of old search result

Re: [twitter-dev] Re: problem with json api - empty results list

2009-11-26 Thread Raffi Krikorian
http://help.twitter.com/forums/31935/entries/66018 happy thanksgiving. Thank you for your answer. There are no results indeed. But why ? I don't understand the logic. Normally on twitter.com/mmflint there are tweets, and rss feed is full too. Am I missing something obvious ? Thanks for help.

Re: [twitter-dev] why use api.twitter.com instead of twitter.com?

2009-11-26 Thread Raffi Krikorian
we've made an effort to get everything over to api.twitter.com/1. if for some reason its not, please ask on this mailing list -- we can either help you figure out what's up, or it is potentially an error on our side. happy thanksgiving! In general, our recommendation is to use api.twitter

[twitter-dev] Re: oauth Process flow and status Part 1

2009-11-26 Thread Duane Roelands
Andre, Are you sure there isn't already an OAuth library out there that will work for you? What language are you developing in? --Duane On Nov 26, 2:11 am, abruton wrote: > Thank you for the help. I'm still trying to get the first part to > work... > > > 1.  The first step in the process, you

[twitter-dev] lists as anti-spam tools

2009-11-26 Thread Andrew Badera
Hi dev list, Twitter: I'm now seeing bambibots and other spammers using lists as a way to boost their network. Seems like an equally great opportunity to pursue spammers back down those paths ... which you all are probably already on top of ... but if not, please consider! ∞ Andy Badera ∞ +1 518-

Re: [twitter-dev] 138 characters exceeds 140 character limit ! !

2009-11-26 Thread Abraham Williams
There are a number of conversations about how characters are counted. See reference [1] which includes links to several of the conversations. As for the existing status you linked to it is missing the hashtags and so has an extra 20ish characters of space to play with. Abraham [1] http://groups.

Re: [twitter-dev] why use api.twitter.com instead of twitter.com?

2009-11-26 Thread Cameron Kaiser
> > In general, our recommendation is to use api.twitter.com/1 from here on out > > as we are beginning our transition of all our endpoints to the versioned api > > namespace. We don't know exact dates, but at some point we will deprecate > > accessing the API from twitter.com directly. > > What a

Re: [twitter-dev] Re: why use api.twitter.com instead of twitter.com?

2009-11-26 Thread Harshad RJ
The only reason I can think of is if he (or a library used by him) utilises just one string to hold the base URL. Some compiled libraries might also come with URLs hardcoded. Not a major bother, but possibly inconvenient as he notes. On Fri, Nov 27, 2009 at 12:30 AM, Rich wrote: > I can't unde

Re: [twitter-dev] why use api.twitter.com instead of twitter.com?

2009-11-26 Thread shiplu
On Thu, Nov 26, 2009 at 10:45 PM, Raffi Krikorian wrote: > In general, our recommendation is to use api.twitter.com/1 from here on out > as we are beginning our transition of all our endpoints to the versioned api > namespace. We don't know exact dates, but at some point we will deprecate > access

[twitter-dev] Re: why use api.twitter.com instead of twitter.com?

2009-11-26 Thread Rich
I can't understand why it would be difficult to develop your app using api.twitter.com/1 instead of twitter.com, it's just a minor url change and will make your app as future proof as you can get until v1 is deprecated. Sorry if I'm missing some big reason why. On Nov 26, 3:45 pm, Raffi Krikorian

[twitter-dev] 138 characters exceeds 140 character limit ! !

2009-11-26 Thread shiplu
Today I tried this tweet many times from web. But It doesn't get posted. "একটাকিছু করতে গেলেই DFS টেকনিকে এগুচ্ছি। কিন্তু স্ট্যাক বড় হয়ে গেলে নিচের দিককার নোডগুলো হারিয়ে ফেলছি। সলুশন দরকার। #DFS #Stack #Algorithm" If I just post "একটাকিছু করতে গেলেই DFS টেকনিকে এগুচ্ছি। কিন্তু স্ট্যাক বড় হয়ে গেলে ন

[twitter-dev] Search API questions

2009-11-26 Thread enygmatic
I have been using the Twitter Search API to query the public line for Twitter status updates originating out of a particular location. Currently, I run one search every 15 minutes using an automated script. However I have found that the search results returned contain a number of old search results

[twitter-dev] Re: problem with json api - empty results list

2009-11-26 Thread marcin
Thank you for your answer. There are no results indeed. But why ? I don't understand the logic. Normally on twitter.com/mmflint there are tweets, and rss feed is full too. Am I missing something obvious ? Thanks for help. On 26 Lis, 17:09, Abraham Williams <4bra...@gmail.com> wrote: > That is bec

Re: [twitter-dev] problem with json api - empty results list

2009-11-26 Thread Abraham Williams
That is because there are no results to return: http://search.twitter.com/search?q=from%3AMMFlint Abraham On Thu, Nov 26, 2009 at 07:13, marcin wrote: > Hello group, I have a problem with one single url: > http://search.twitter.com/search.json?q=from%3AMMFlint > I integrated that json flow in m

Re: [twitter-dev] why use api.twitter.com instead of twitter.com?

2009-11-26 Thread Raffi Krikorian
In general, our recommendation is to use api.twitter.com/1 from here on out as we are beginning our transition of all our endpoints to the versioned api namespace. We don't know exact dates, but at some point we will deprecate accessing the API from twitter.com directly. On Nov 26, 2009, at

[twitter-dev] profile background image, when use it ?

2009-11-26 Thread Pof
Hi, I'm trying to show the twitter user background on my website, no problem with that; the problem is here : Is there any way to know if we could show the background image or not ? I explain : If you have deactivated your twitter image background, and you have just a background color... the ta

[twitter-dev] problem with json api - empty results list

2009-11-26 Thread marcin
Hello group, I have a problem with one single url: http://search.twitter.com/search.json?q=from%3AMMFlint I integrated that json flow in my app but since about one week the "results" array stays empty. I was trying to find info about limits, valid dates, etc but there is nothing about that on the j

[twitter-dev] Twitter login with Flex

2009-11-26 Thread Jef
Hey guys I'm building an application for a school project where I should be able to do everything you can on Twitter.com, but make it accessible on the desktop (AIR project) But I have absolutely no clue how I can login as a user and update my status. I've looked at the API documentation, but so f

[twitter-dev] why use api.twitter.com instead of twitter.com?

2009-11-26 Thread bang
I found new APIs use api.twitter.com instead of twitter.com in some lists APIs http://api.twitter.com/1/twitterapi/team/members.xml is the same as http://twitter.com/1/twitterapi/team/members.xml but some other lists API , for example http://api.twitter.com/1/twitterapi/lists/subscriptions.xml

[twitter-dev] Re: Sudden OAuth failures from a specific IP address

2009-11-26 Thread timwhitlock
Thanks Ryan. The IP that results in failures is 87.224.88.186 I've run the exact same code on three other servers and the response is fine. We recently mucked about with some DNS settings, so perhaps you run some kind of reverse lookup, and something looks suspicious? Let me know if there's anythi

[twitter-dev] twitter status update

2009-11-26 Thread nite21
hi all how to do status updates using twitter api with flash will someone help me in this thansk