[twitter-dev] Problem setting up new twitter-async browser app

2011-01-31 Thread Patrick
I've copied my consumer key and consumer secret to the secret.php, but $twitterObj-getAuthenticateUrl() returns a nasty error. I've been suck on this several days, and I think there is some issue with my account, as I normally do not have a problem. Does this look okay? Is there a way I can

[twitter-dev] Re: Problem setting up new twitter-async browser app

2011-01-31 Thread Patrick Kennedy
Seems like I just figured out the issue. For some reason, I have a problem with my Firefox web browser. It works fine in Epiphany Web Browser. I'm not sure what the issue is with Firefox, but I am trying to determine the problem. It is not a cache issue, since I have already dumped the cache

[twitter-dev] Re: Problem setting up new twitter-async browser app

2011-01-31 Thread Patrick Kennedy
Actually, it's now working on both sides Firefox and Epiphany. Just starting to work suddenly. My just trying it with Epiphany cleared the issue somehow. I'm not sure. But it's finally working. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via

[twitter-dev] Can list name use unicode characters?

2011-01-31 Thread darasion
Hi all, I remember that if I create a list using unicode characters(such as Chinese characters), the list would convert to @screen_name/List-1 automatically some times ago. But recently I noticed that someone create a list with chinese-character name: See this:

[twitter-dev] Re: Can list name use unicode characters?

2011-01-31 Thread darasion
BTW, It seems twitter text parser can't parse list name correctly such as @wujiaye/好次的 -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] How to know RT messages?

2011-01-31 Thread Myung Jin Lee
Hellow, guys.. I have a question about twitter messages. I want to know number of RT messages of other person. Can I get it using Twitter API or other ways? If you have some idea, please help me. Thanks all. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API

[twitter-dev] email address and phone number for friends

2011-01-31 Thread AressAmol
Using the Twitter API is it possable to fetch the email address and phone number of friends? I am trying to fetch the friends details with the twitter API, but unable to get the friends email Id and phone number. Please let me know the answer for the same. thanks in advance -- Twitter

[twitter-dev] Direct link to tweet

2011-01-31 Thread Nikolaj Hald Nielsen
Given a user id and a tweet id from the rest API, what is the correct and consistent way to generate a link directly to the source tweet? something like http://twitter.com/#!/USER_ID/status/TWEET_ID works _sometimes_, in some cases. Sometimes it depends on whether a user is logged in or not, and

[twitter-dev] Sharing Access to Application Control Panel

2011-01-31 Thread sparktronics
Hello there, Is there a way to share the access to the application configuration screen (http://dev.twitter.com/apps) to other developers? I just created an app and wanted to add another developer to have access to modify the logo, for example. I couldn't find any postings on this subject.

Re: [twitter-dev] email address and phone number for friends

2011-01-31 Thread Adam Green
Email addresses and phone numbers are not available from the Twitter API. On Mon, Jan 31, 2011 at 9:02 AM, AressAmol aress.a...@gmail.com wrote: Using the Twitter API is it possable to fetch the email address and phone number of friends? I am trying to fetch the friends details with the

[twitter-dev] Numeric JSON Error code

2011-01-31 Thread MigueL DíaZ
Hi all! I'm currently developing a C language application that provides full twitter access to users from command line. Everything goes fine except for error handling, as my users are not very good english speakers... Json Error structures are of the form: request:

Re: [twitter-dev] Sharing Access to Application Control Panel

2011-01-31 Thread Taylor Singletary
This is not yet possible. You may be better off creating a specific Twitter account to house your application, then share the account details with your fellow developer ( as red-flaggy as that may sound). Our API support team can assist you in transferring an application from one account to

[twitter-dev] Topics trending nearby!

2011-01-31 Thread twitter dev
Hi Guys, I've few questions on topics trending nearby, 1. Trends are based on WOEID. Can we get the twitter trends based on lat/long geo-coords ? 2. If 1 is not possible then, what is the best way to get the accurate WOEID for a lat/long geo-coords ? 3. I tried

Re: [twitter-dev] Twitter spam checker on a distributed basis

2011-01-31 Thread M. Edward (Ed) Borasky
On Mon, 31 Jan 2011 06:18:58 -0500, Dean Collins d...@cognation.net wrote: Ok I'm drowning here, I've given up trying to manually block all the people on twitter sending me spam and I don't think that TrueTwit is really the solution. What we really need is a distributed system like Spam

[twitter-dev] Places data for Japan an other countries

2011-01-31 Thread jomo
Hello I would like to know if the services for geolocalization are providing now information for places in Japan and which other countries are available. Thanks -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi

[twitter-dev] Re: Updating status with a picture

2011-01-31 Thread nelrib
can anyone just give me a quick answer to this. On Jan 28, 1:17 pm, nelrib ribeironel...@gmail.com wrote: Hi, currently i am able to update my status through my twitter app. when updating with a link to an image i must click the link in twitter to view the image. what i wanted was to have

Re: [twitter-dev] Re: Updating status with a picture

2011-01-31 Thread Taylor Singletary
Hi Nelson, At this time, Twitter selects which content partners appear in the details pane. Thanks, Taylor On Mon, Jan 31, 2011 at 12:29 PM, nelrib ribeironel...@gmail.com wrote: can anyone just give me a quick answer to this. On Jan 28, 1:17 pm, nelrib ribeironel...@gmail.com wrote: Hi,

[twitter-dev] Twitter Oembed

2011-01-31 Thread Ashley Sarver
Has anyone had problems requesting permission for media partnerships in able to allow users to preview content on your links? I tried emailing someone about it, but I didn't get any response. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

Re: [twitter-dev] Topics trending nearby!

2011-01-31 Thread Taylor Singletary
Hi dev.at.twitter, Yes, Local Trends are only available by one of the 42 currently supported WOEIDs (including Worldwide/WOEID==1). However, the GET http://api.twitter.com/1/trends/available.json method will take a lat and long parameter set to return supported WOEIDs for a location (see the end

[twitter-dev] Query for retweets needs authentication?

2011-01-31 Thread Pablo Fernandez
Hello guys, First of all, thanks for the wonderful API, it's a pleasure to use. Now, I'm trying to use the retweets api call (http:// developer.twitter.com/doc/get/statuses/retweets/:id) to get the retweets of a particular tweet. I'm using the twitter ruby gem, and there and in the official

[twitter-dev] Re: Upgrading from Read to Read / Write access for OAuth API Key

2011-01-31 Thread Tim Bull
While this makes me happy (from a developers point of view), surely this is a bug and therefore not to be relied on? As a user, I agree with the logic that if I authorised Read only, the application shouldn't be able to turn this into Read/Write without some subsequent approval. Tim On Jan 31,

Re: [twitter-dev] Re: Upgrading from Read to Read / Write access for OAuth API Key

2011-01-31 Thread Tom van der Woerdt
Actually, since the user needs to re-authorize the application, I do not think that this is a bug. Tom On 1/31/11 10:45 PM, Tim Bull wrote: While this makes me happy (from a developers point of view), surely this is a bug and therefore not to be relied on? As a user, I agree with the logic

Re: [twitter-dev] Query for retweets needs authentication?

2011-01-31 Thread Taylor Singletary
Hello Pablo! This is a documentation error. The method requires authentication. Taylor On Mon, Jan 31, 2011 at 1:36 PM, Pablo Fernandez fernandezpabl...@gmail.com wrote: Hello guys, First of all, thanks for the wonderful API, it's a pleasure to use. Now, I'm trying to use the retweets

Re: [twitter-dev] Question about Search

2011-01-31 Thread Taylor Singletary
There are several factors involved in surfacing in search results, chief among them that the search index represents only around a week's worth of Tweets. Additionally, the search index is filtered for quality and some tweets and/or accounts will not be represented:

[twitter-dev] Re: Updating status with a picture

2011-01-31 Thread Ashley Sarver
How can a website apply for partnerships? Through http://dev.twitter.com/media_signup/new? How long does the process take? On Jan 31, 3:43 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Nelson, At this time, Twitter selects which content partners appear in the details pane.

Re: [twitter-dev] Re: Updating status with a picture

2011-01-31 Thread Matt Harris
Hey to you all, Feedback about the Details Pane has been great but we are focusing on other projects right now. This means we aren't starting any new partner integrations at this time. We are excited to get more publishers into the program though, so when we start accepting new integrations we'll

Re: [twitter-dev] getting illegal/invalid characters back in json

2011-01-31 Thread Matt Harris
Hi, Are you still seeing this issue? Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Mon, Jan 24, 2011 at 1:34 PM, dt dtip...@gmail.com wrote: I pull json results from a url like this:

[twitter-dev] Re: Upgrading from Read to Read / Write access for OAuth API Key

2011-01-31 Thread Tim Bull
The way I read Abraham's note, he's saying that by simply upgrading the token from read to read/write he was able to write? I didn't take it to mean he had also sent the user to reauthorise? T On Feb 1, 8:46 am, Tom van der Woerdt i...@tvdw.eu wrote: Actually, since the user needs to

Re: [twitter-dev] Re: tweet location information

2011-01-31 Thread Matt Harris
Hi Zhe, The information is provided by the application making the status/update API call. How that information is gathered is application and device specific. It could be manually chosen by the user of the application, or identified using the GPS in the device. Some devices may choose to use the

Re: [twitter-dev] Re: Upgrading from Read to Read / Write access for OAuth API Key

2011-01-31 Thread Abraham Williams
Upgraded by going through the authorization flow. Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Mon, Jan 31, 2011 at 15:34, Tim Bull

Re: [twitter-dev] Re: Upgrading from Read to Read / Write access for OAuth API Key

2011-01-31 Thread Patrick Kennedy
Apparently there was a bug before (which I now recall), where if the developer set it to read only, and subsequently changed it to read-write, it wouldn't really change to read-write. However, per earlier conversation in this thread, that issue appears to have finally been fixed. So, if you, as

Re: [twitter-dev] gzip Accept-Encoding header alternative

2011-01-31 Thread Matt Harris
We don't support the X-Accept-Encoding header and there are no plans for it to be added to the API. I'm not familiar with the roadmap for Silverlight/Windows Phone development but suggest they are the best place to ask about unlocking the ability to set those headers. Best @themattharris

Re: [twitter-dev] Minor glitch in Twitter's emails

2011-01-31 Thread Matt Harris
Hey Ed, Is this still happening. I know the team made some changes recently which may have caused this but I thought it was resolved. Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Mon, Jan 24, 2011 at 4:49 PM, M. Edward (Ed) Borasky

Re: [twitter-dev] Re: Twitter Favorite Widget Sometimes Fails to load tweets.

2011-01-31 Thread Matt Harris
If the rate limit has been reached for your connection the widget is unable to display Tweets. This is something the team is aware of but doesn't have a timeline for solving yet. Best @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Tue, Jan 25, 2011 at 6:56 AM,

Re: [twitter-dev] Twitter Search API geocode parameter

2011-01-31 Thread Matt Harris
Hi Zhe, The Search API can only return approx 1800 per query. Creating a radius that covers the whole earth would be counter productive. Instead you may wish to use the Streaming API. Using this API you can say that you want all Geocoded Tweets from around the world. If you do that any Tweet

Re: [twitter-dev] remote server returned an 401 unauthorized

2011-01-31 Thread Matt Harris
Hi Maanik, In addition to the 401 header, the body of the response the API returns to you contains a reason for the access being rejected. The reason will be something like invalid timestamp or incorrect signature and knowing what it is will tell you which part of your API request needs

Re: [twitter-dev] AD APIs

2011-01-31 Thread Matt Harris
Hi Srikanth, You can find out more about the Business Services Twitter offers on our dedicated Business website: http://business.twitter.com/ Hope that helps, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Sat, Jan 29, 2011 at 11:18 PM, Srikanth

Re: [twitter-dev] Re: Chinese Character

2011-01-31 Thread zn...@borasky-research.net
I think I asked this at Chirp, but I don't remember the answer ... is Romanizing a viable option for these languages? - Reply message - From: Matt Harris thematthar...@twitter.com Date: Mon, Jan 31, 2011 16:01 Subject: [twitter-dev] Re: Chinese Character To:

Re: [twitter-dev] Minor glitch in Twitter's emails

2011-01-31 Thread Matt Harris
You can forward to me and I can route it to the right place. Thanks! Matt On Jan 31, 2011, at 15:53, M. Edward (Ed) Borasky zn...@borasky-research.net wrote: On Mon, 31 Jan 2011 15:47:48 -0800, Matt Harris thematthar...@twitter.com wrote: Hey Ed, Is this still happening. I know the team

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

2011-01-31 Thread paloalto
How long does it take to get whitelisted for Site Streams API? I submitted a form to be whitelisted and have not received any confirmation e-mail. I am in the dark with no clue as to how long I should expect to wait. Sungho -- Twitter developer documentation and resources:

[twitter-dev] keyword search on past tweets

2011-01-31 Thread paloalto
I have a client who would like to perform keyword search results on past tweets that go back as far as July 2010. Any idea where I can get (or buy) such data? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi

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

2011-01-31 Thread Jan Paricka
Weeks upon weeks upon weeks. No joking. Jan On Tue, Feb 1, 2011 at 4:14 AM, paloalto sungh...@gmail.com wrote: How long does it take to get whitelisted for Site Streams API? I submitted a form to be whitelisted and have not received any confirmation e-mail. I am in the dark with no clue

[twitter-dev] Re: Chinese Character

2011-01-31 Thread Zhe Chen
Thanks. How about the Twitter Search API? Does it work with those nonspace characters? On Jan 31, 5:01 pm, Matt Harris thematthar...@twitter.com wrote: Hi Zhe, At present the Streaming API is unable to match filter keywords for languages who do not separate words or phrases with spaces.

[twitter-dev] Re: No user matches for specified

2011-01-31 Thread ToddySM
Hi Matt, I use Twitter4J 2.7, and here is the code using Twitter4J library: http://pastebin.com/fJKd6MkZ What I do is I create pages of 100 user IDs, iterate through the pages, and call lookup for each page. As I said the call is not always failing and there is certain percentage that goes

Re: [twitter-dev] Re: Chinese Character

2011-01-31 Thread Matt Harris
Yes, Twitter Search has better support non-space separated languages. Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Mon, Jan 31, 2011 at 8:18 PM, Zhe Chen chenzhe@gmail.com wrote: Thanks. How about the Twitter Search API? Does it work with those