[twitter-dev] BUMP: Search API the public alternative to URL count API?

2011-03-02 Thread Martin Cronjé
Hi there, I am busy writing an aggregator and I am looking at using the Twitter API to get URL counts. I seems that public developers are not allowed to use the URL counting API based on the Tweet Button FAQ. Which leaves me with not other option but to use the search API for URL counting. Using

[twitter-dev] Re: D. Wade !!!

2011-03-02 Thread Rich
Tweets starting with d are assumed to be direct messages using Twitter text commands http://support.twitter.com/entries/14020-official-twitter-text-commands On Mar 2, 6:42 am, John Carver johnlewiscar...@gmail.com wrote: hi why im not able to post any tweet starts with D. Wade ??? :) --

[twitter-dev] Re: Twitter Error While Authenticating ..IPhone Application

2011-03-02 Thread Rich
Have you applied for xAuth access, oAuth is enabled for clients by default but xAuth you have to apply for. On Mar 1, 12:53 pm, Battan Ror batta...@gmail.com wrote: Hi I am using MGTwitterEngine in Iphone application But I am getting error in log of function - (void)requestFailed:(NSString

[twitter-dev] Permission denied error

2011-03-02 Thread Anny
Hello, I am new in twitter API implementation, I can login to the twitter through my site but some times this error comes and page does not get reload 1. I'm seeing this error in @anywhere sign-in process, Permission denied for http://x.com (document.domain has not been set) to get

[twitter-dev] How to change the Application Website

2011-03-02 Thread 振鹏 李
I've changed the Application Website on the page https://dev.twitter.com/apps/edit/x .But when I tweet from my API , it still shows the OLD Website address. Is not it will change to the new one in real time ? Or 24 hrs later ? -- Twitter developer documentation and resources:

[twitter-dev] Re: users/lookup returns duplicates, missing records for valid users

2011-03-02 Thread David JULIEN
I have noticed this strange behaviour too (duplicated results and unknown users). For instance, yesterday, when I tried to lookup for user 44537294 (with two different accounts), I received during many hours information about user 243784138, before receiving expected result (around 17/18h UTC).

[twitter-dev] Update Status

2011-03-02 Thread madhu
Hi, Previously We had Updated the status of one twitter account. The work flow we followed is 1)Registering the application in order to generate Consumer Key and Secret 2)Logging in with the Consumer Key pair which in turn generates an access URL 3)the access Url in turn redirects to a page where

[twitter-dev] IE6 widgets.js Object Expected error

2011-03-02 Thread Grev
Hey all, Not a huge error, but I am using the Tweet button code as suggested here (http://twitter.com/about/resources/tweetbutton) however in IE6, I am presented with a Javascript error, object expected. Line 2 Char 1870 I checked a few other sites and it seems the same error is present. Is

[twitter-dev] Re: wait time for Site Streams whitelist ?

2011-03-02 Thread hank777
I just registered for site streams this morning because I did not realize that this was the only authorized way of building a website that uses twitter. We are trying to demo something at SXSW, and launch a few weeks after, and I am wondering if I cant use the other APIs because of rate limits or

Re: [twitter-dev] Re: wait time for Site Streams whitelist ?

2011-03-02 Thread Adam Green
There are lots of ways to create website apps without using site streams. If you describe the type of things you want to do here, you will get plenty of advice. You don't have to reveal any secret plans. Just describe the type of data you need from Twitter and the type of changes you need to make

[twitter-dev] Re: wait time for Site Streams whitelist ?

2011-03-02 Thread Rich
I'm still waiting. I did get an email on the 21st Feb asking me to sign a ToS for Site Streams and reply... which I duly did a few minutes later. Yet I've heard nothing since then. Someone at Twitter did reply to me on Twitter itself saying they are usually reviewed every 1 to 2 weeks, but again

Re: [twitter-dev] Re: wait time for Site Streams whitelist ?

2011-03-02 Thread Hank Williams
I understand the APIs from a technical perspective. The issue is about twitter *policy* around rate limits and connection limits. As a non whitelisted app we will quickly run into rate limits so I am just trying to understand what the current rules are. On Mar 2, 2011, at 10:52 AM, Adam Green

Re: [twitter-dev] Re: Trying to use Abraham's twitteroauth library to make search query, returns list of numbers in scientific notation?

2011-03-02 Thread Peter Denton
I think the issue regarding this -- and I may be out of the loop on an update -- is that the end point of http://api.twitter.com/1/searchhttp://www.google.com/url?sa=Dq=http://api.twitter.com/1/search is gone. Thus, when you construct the url using Abraham's library, you get a url with

Re: [twitter-dev] Re: Twitter Error While Authenticating ..IPhone Application

2011-03-02 Thread Battan Amit
for xAuth I think we have to give the itune URL and other detail of application As my application is in developing stage ... So How I will get it. OR And for now how I am using oAuth in MGTwitterEngine AB On 2 March 2011 17:19, Rich rhyl...@gmail.com wrote: Have you applied for xAuth