Re: [twitter-dev] twttr.anywhere errors in IE8

2011-01-04 Thread Mauro Asprea
Hey Matt thanks for your reply ;) The same page works in other browsers FF, Chrome (Mac and Win). The twitter button works too. I first though it was a problem with the dependencies not being loaded, but after seeing that nobody else have the issue and coding a loop just before the function call

Re: [twitter-dev] /1/friendships/lookup.json doesn't accept POST method

2011-01-04 Thread Yusuke Yamamoto
got it. Thanks for the response. -- Yusuke Yamamoto yus...@mac.com this email is: [x] bloggable/tweetable [ ] private follow me on : http://twitter.com/yusukeyamamoto subscribe me at : http://samuraism.jp/ On Jan 4, 2011, at 09:26 , Matt Harris wrote: Hi Yusuke, users/lookup supports

Re: [twitter-dev] Beginner's trouble with OAuth (using Abraham's PHP library)

2011-01-04 Thread Tom van der Woerdt
You may like to know that you can make your server show errors by using either ini_set('display_errors', 'On'); or setting display_errors to On in your php.ini. Also check error_reporting, set it to E_ALL for optimal debugging. Tom On 1/4/11 6:47 AM, Dave The Happy Singer wrote: Aha!

[twitter-dev] Re: Twitter iOS SDK

2011-01-04 Thread Rich
There isn't on, at least no official iOS SDK from Twitter themselves. Take a look at MGTwitterEngine (https://github.com/mattgemmell/ MGTwitterEngine) On Jan 3, 11:58 pm, Lingzhi Zhang lzzh...@gmail.com wrote: Hi, Is there a Twitter iOS SDK available? I am looking for something similar to

[twitter-dev] Re: PHP OAuth app stopped working magically

2011-01-04 Thread Nicolás López Zerpa
Thanks you, It worked! :D On Jan 3, 11:48 pm, @epc epcoste...@gmail.com wrote: On Jan 3, 8:29 am, Nicolás López Zerpa nico89...@gmail.com wrote: Authorization: OAuth oauth_version=1.0,oauth_consumer_key=ir4GfsoPEjUNHWD1fpevgA,oauth_times

[twitter-dev] Authorization with Oauth from Siebel

2011-01-04 Thread THusvaeg
Hi, We are setting up, my first time, an Oauth connection with Twitter from Oracle's Siebel. But we are consistently getting a 401 unauthorized return when sending the HTTP Transport Service request (a Siebel utility). This is what I am doing: -- Consumer Key and Secret are random test values

[twitter-dev] Why is the people search in the @Anywhere API restricted to first page.

2011-01-04 Thread Pradheep A R
Hi, i have a requirement of fetching more than 20 people search results from the Twitter API. As per http://dev.twitter.com/doc/get/users/search, the page attribute allows us to get the nth page of a search. So i can make multiple HTTP requests to get more people. However, i couldn't find a way

[twitter-dev] Re: Twitter's mobile oauth page waits 10 seconds before redirecting

2011-01-04 Thread Russell Davis
I tested it in the Android emulator. I used HTTP Analyzer to capture the content of the page, where I saw the meta tag. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Re: Search API and location

2011-01-04 Thread Sarah - DataSift
Hi Tom, DataSift is still in closed Alpha but we have enabled a large number of users within the Alpha to date and will add additional users for the Beta so if you'd like early access it's well worth signing up on http://datasift.net and you may find you get in before we launch the consumer

[twitter-dev] Exposing IP addresses for legal threats

2011-01-04 Thread Felipe Knorr Kuhn
Hello everyone, Although this is probably not the best list to discuss this, perhaps you guys have some experience to share. A friend of mine is being threated by a Twitter user via DMs and public messages. He doesn't know the identity of the user and thought about tracking him via the IP he

Re: [twitter-dev] Exposing IP addresses for legal threats

2011-01-04 Thread Scott Wilcox
No, there is no API methods to access IP addresses for tweets. I'd suggest contacting local law enforcement and taking it from there. Scott. On 4 Jan 2011, at 14:39, Felipe Knorr Kuhn wrote: Hello everyone, Although this is probably not the best list to discuss this, perhaps you guys

Re: [twitter-dev] Re: Search API and location

2011-01-04 Thread Tom van der Woerdt
Hi Sarah, I'm already a member. Thanks for the offer though :-) Tom On 1/4/11 3:45 PM, Sarah - DataSift wrote: Hi Tom, DataSift is still in closed Alpha but we have enabled a large number of users within the Alpha to date and will add additional users for the Beta so if you'd like early

Re: [twitter-dev] Exposing IP addresses for legal threats

2011-01-04 Thread M. Edward (Ed) Borasky
On Tue, 4 Jan 2011 14:49:59 +, Scott Wilcox sc...@dor.ky wrote: No, there is no API methods to access IP addresses for tweets. I'd suggest contacting local law enforcement and taking it from there. Actually, if the victim can afford it, I'd suggest seeing an attorney before contacting law

Re: [twitter-dev] update_profile_background_image - error code 500

2011-01-04 Thread Matt Harris
Hi Derlan, This is often caused by the image not being sent the correct way. Image uploading with OAuth is a little different as the request contains multi-part data. I've produced an example of how to do image posting with OAuth on github:

[twitter-dev] Twitter Stream API rate limit issue

2011-01-04 Thread Zhe Chen
Hi, The stream API doc shows every account can only establish one connection. Currently I am implementing an web application, which has a search button. When a user click search, it should take some key words from textbox and search it through twitter stream api. I create a connection when a

Re: [twitter-dev] Exposing IP addresses for legal threats

2011-01-04 Thread John Adams
On Tue, Jan 4, 2011 at 6:39 AM, Felipe Knorr Kuhn fkn...@gmail.com wrote: Hello everyone, Although this is probably not the best list to discuss this, perhaps you guys have some experience to share. A friend of mine is being threated by a Twitter user via DMs and public messages. He

Re: [twitter-dev] twttr.anywhere errors in IE8

2011-01-04 Thread Mauro Asprea
I have tracked down this to the inclusion of the: script type=text/javascript src=http://platform.twitter.com/widgets.js; /script If I remove this script, anywhere works Ok. If I place both, only the button works. I do want the widgets.js since I am using it for my tweet button. Ideas? On Tue,

Re: [twitter-dev] twitter namespace in api response

2011-01-04 Thread Matt Harris
Thanks for highlighting this. Can you file this as a ticket in our public issue tracker and the team will then pick it up to take a look: http://code.google.com/p/twitter-api/issues/list Thanks, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Thu, Dec 30, 2010

Re: [twitter-dev] Exposing IP addresses for legal threats

2011-01-04 Thread Felipe Knorr Kuhn
Hello, John Thank you very much for the information and excuse me again for bringing this question to the development list. People think they can hide behind an alias but it doesn't really work that way anymore :) FK On Tue, Jan 4, 2011 at 4:19 PM, John Adams j...@twitter.com wrote: On Tue,

Re: [twitter-dev] Tweet button counter reset to 0

2011-01-04 Thread Matt Harris
We don't provide a way to backfill the count but we also don't reset the counts. Is it possible the URLs changed to a different permalink structure? Checking your site your current posts appear to be counting successfully. Best @themattharris Developer Advocate, Twitter

Re: [twitter-dev] mobile.twitter.com/share not working?

2011-01-04 Thread Matt Harris
The Tweet Button doesn't have a custom mobile view. Generally when a mobile view is supported Twitter.com will handle the redirect for you. This is because paths on the mobile site can differ from those on twitter.com Best, @themattharris Developer Advocate, Twitter

Re: [twitter-dev] Re: how can i get posts count when i use search api?

2011-01-04 Thread Matt Harris
Hi Eric, I'm not completely clear which value you are trying to find out but I hope the information below helps, As far as counts go, the Search API won't return how many posts match your query. If you need that information you should track the keyword of interest using the Streaming API and

Re: [twitter-dev] case sensitivity of original status mention an issue when searching mentions?

2011-01-04 Thread Matt Harris
Hi Tia, The Search API is case insensitive so the query will be applied in the same way. Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Tue, Dec 28, 2010 at 6:11 PM, ds2k geremy.co...@gmail.com wrote: I'm using the search API in Ruby to grab all mentions

Re: [twitter-dev] Is id_str getting dropped again from streaming API output?

2011-01-04 Thread Matt Harris
Hi Adam, There weren't any known issues with the field being dropped. Are you still seeing this? Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Thu, Dec 30, 2010 at 5:50 AM, Adam Green 140...@gmail.com wrote: I'm getting errors that the id_str property

Re: [twitter-dev] twurl is getting Read-only application cannot POST

2011-01-04 Thread TJ Luoma
On Mon, Jan 3, 2011 at 7:14 PM, Matt Harris thematthar...@twitter.com wrote: To be able to send POST requests to the API you need to ensure your application is of access type: Read Write The message you are getting means your application is Read Only. To change this you need to visit 

Re: [twitter-dev] twurl block is sending 502 even when it succeeds

2011-01-04 Thread Matt Harris
Hi TjL, The API can occasionally return a Twitter Over Capacity error when the site is experiencing a lot traffic. If this happens waiting a little white and trying the request again will work. I notice you are using a variable for the screen_name. Is this being set correctly in your

Re: [twitter-dev] Incorrect signature for users/search using REST API

2011-01-04 Thread Matt Harris
Hi Rohit, When passing spaces to in queries it is recommend you use %20. The reason is that the + is often badly encoded by OAuth libraries. Percent-encoding a space in the request is the most reliable way for the signature to be calculated. The reason why the search works for both Twitter_API

[twitter-dev] Re: Twitter Stream API rate limit issue

2011-01-04 Thread Zhe Chen
I am thing about let every user create an Oauth account, it should solve the problem. On 1月4日, 上午11时17分, Zhe Chen chenzhe@gmail.com wrote: Hi, The stream API doc shows every account can only establish one connection. Currently I am implementing an web application, which has a search

Re: [twitter-dev] /1/account/settings.json and sleep_time

2011-01-04 Thread Matt Harris
Hi Yusuke, The sleep time indicates the period over which mobile notifications are turned off. The start_time and end_time represent the hour in 24 hour format. Enabled is true if the sleep period is turned on. The sleep settings correspond to the values found on the mobile page of twitter.com:

Re: [twitter-dev] User_timeline returns different amount of tweets for each user

2011-01-04 Thread Matt Harris
Hi Alexandre, You should be able to access up to 3200 Tweets (including Retweets) for your account though the user_timeline method. If this isn't the case let our user support team know so they can check nothing has got confused in your account. You can contact them through:

[twitter-dev] Does the twit posted from Twitter web app contains lon/lat infos

2011-01-04 Thread Diallo Mamadou Bobo
Hi there, are twits posted from twitter contains geo cordinates of the users? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change

Re: [twitter-dev] Update http://dev.twitter.com/pages/auth page with PIN flow link

2011-01-04 Thread Matt Harris
Hey Buddy, Thanks for highlighting this section is missing from the document. We'll add this to our list of todos. Glad you worked out what was required though. Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Mon, Jan 3, 2011 at 9:17 AM, Buddy

Re: [twitter-dev] Spain telephone

2011-01-04 Thread Matt Harris
Hi, Please see: http://support.twitter.com/articles/163508-how-to-post-a-tweet-via-sms For user support please visit: http://bit.ly/twicket Best @themattharris Developer Advocate, Twitter http://twitter.com/themattharris 2010/12/31 Karla Coll Garcia karla.coll.gar...@gmail.com Hola.

Re: [twitter-dev] Using OAuth Echo

2011-01-04 Thread Matt Harris
Hi Gabe, For OAuth Echo you should be sending the value in: X-Verify-Credentials-Authorization to the URL given in: X-Auth-Service-Provider You need to use X-Auth-Service-Provider to ensure you are sending the request to the same endpoint that was used to create the signature. This URL

Re: [twitter-dev] Why is the people search in the @Anywhere API restricted to first page.

2011-01-04 Thread Matt Harris
Hi Pradheep, The Javascript API is considered part of the @anywhere internals and is not supported by the Twitter team. You are free to experiment with it but there is no guarantee features other than those documented on http://dev.twitter.com/anywhere/begin will be fully implemented or

[twitter-dev] Re: Twitter's mobile oauth page waits 10 seconds before redirecting

2011-01-04 Thread Bess
Rusell, Can you use tricks to alter Android browser meta tag on Android Emulator? such as reducing the redirect time to see performance differences? What is the main reason why Twitter can't use the same standard 302 redirect on the mobile browser? On Jan 3, 11:18 pm, Bess bess...@gmail.com

Re: [twitter-dev] twurl is getting Read-only application cannot POST

2011-01-04 Thread Matt Harris
Deleting applications is a known issue at the moment being tracked on our issue tracker: http://code.google.com/p/twitter-api/issues/detail?id=2040 Regarding your application. Can you check under: http://dev.twitter.com/apps That your application is read and write. The error message is

Re: [twitter-dev] Does the twit posted from Twitter web app contains lon/lat infos

2011-01-04 Thread Matt Harris
Hi Diallo, The lat/long is included if the user has enabled geo in their profile and the client they are using supports it. Whether the information is included in a tweet depends on the options chosen by the user of the client they are using - and whether the client supports geo. The accuracy is

Re: [twitter-dev] Re: Twitter's mobile oauth page waits 10 seconds before redirecting

2011-01-04 Thread Matt Harris
10 seconds does seem like a long time for this to be paused. I'm checking with the team why this value was chosen. Best @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Tue, Jan 4, 2011 at 11:59 AM, Bess bess...@gmail.com wrote: Rusell, Can you use tricks to

Re: [twitter-dev] Re: Twitter Stream API rate limit issue

2011-01-04 Thread Matt Harris
Hi Zhe, In this case you might want to use the Search API instead as the Streaming API is designed for server to server communication. You can use the Streaming API but you would need to combine the search terms into one set of filter keywords, and then deduplicate the Tweets which are returned.

[twitter-dev] Re: Twitter's mobile oauth page waits 10 seconds before redirecting

2011-01-04 Thread Bess
Hi Matt, Could you also check why the standard 302 redirect not being used on mobile browser? I am guessing the 10 sec is just a rough guideline most web browser vendors use to redirect if there is an error in displaying content. Usu the workaround hack mobile developers use is to continue to

Re: [twitter-dev] Re: Twitter's mobile oauth page waits 10 seconds before redirecting

2011-01-04 Thread Matt Harris
302 is a redirect of a URL. We're not redirecting the URL https://api.twitter.com/oauth/authorize, we're redirecting from https://api.twitter.com/oauth/authorize to the callback URL. Using the 302 code would mean we are telling browsers that https://api.twitter.com/oauth/authorize is actually

[twitter-dev] API fails when tweeting with single asterisk

2011-01-04 Thread Adam Green
There are some very strange behaviors when using the statuses/update API call to send a tweet with a single asterisk. 1. If you send a tweet with just a single asterisk: * The API returns 200 and the response string contains the previous good tweet in the timeline. No new tweet with an asterisk

Re: [twitter-dev] API fails when tweeting with single asterisk

2011-01-04 Thread Matt Harris
Hey Adam, The status update you are sending is part of the SMS command set. http://support.twitter.com/articles/14020-about-twitter-sms-commands It corresponds to the FAV command and is the alias for it. It used to be documented but for some reason isn't there at the moment. I've asked the

[twitter-dev] Re: Hexadecimal Tweet Length on Streaming API?? When??

2011-01-04 Thread Sebastian Hoitz
I now changed the request from HTTP 1.1 to HTTP 1.0 as suggested in this post: http://stackoverflow.com/questions/4581330/twitter-streaming-api-oauth-chunked-response/4581538#4581538 Could this have any negative side-effects? On Jan 4, 3:42 am, @epc epcoste...@gmail.com wrote: The streaming

Re: [twitter-dev] API fails when tweeting with single asterisk

2011-01-04 Thread Adam Green
So I can assume that * and * word will remain unavailable for normal tweeting? On Tue, Jan 4, 2011 at 7:22 PM, Matt Harris thematthar...@twitter.com wrote: Hey Adam, The status update you are sending is part of the SMS command set.     

Re: [twitter-dev] twitter sign-on and user_id based urls

2011-01-04 Thread Juan Antonio Cano
There you have. http://twitter.com/account/redirect_by_id?id=X -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your

[twitter-dev] incorrect created_at times?

2011-01-04 Thread jenny
lately I've noticed tweets with times out of order on twitter.com. for example, earlier today http://twitter.com/#!/warrenellis showed: Previous Marvel EIC Joe Quesada becomes Chief Creative Officer, to be addressed as Comandante 4 hours ago

Re: [twitter-dev] API fails when tweeting with single asterisk

2011-01-04 Thread Matt Harris
Hi Adam, That's correct, a tweet cannot be just a * or a * word. Something like ** or * html { would be fine though. Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Tue, Jan 4, 2011 at 5:29 PM, Adam Green 140...@gmail.com wrote: So I can assume that * and

[twitter-dev] Tweeting with single asterisk

2011-01-04 Thread Adam Green
It looks like the following tweets will not be possible: * * word All other uses of the single and double asterisk are acceptable. So, Alexander, it looks like you are right in wanting ** as your identifying string. That can be used with no problems. I would recommend that we stick with that in

Re: [twitter-dev] twurl is getting Read-only application cannot POST

2011-01-04 Thread TJ Luoma
On Tue, Jan 4, 2011 at 5:13 PM, Matt Harris thematthar...@twitter.com wrote: Deleting applications is a known issue at the moment being tracked on our issue tracker:     http://code.google.com/p/twitter-api/issues/detail?id=2040 Why is the 'delete' button still shown if you know it isn't

Re: [twitter-dev] twurl is getting Read-only application cannot POST

2011-01-04 Thread Abraham Williams
Go to https://twitter.com/settings/connections and find the application you are testing with. Coffee says that next to it will be read-only access. You will have to revoke access then a new authorization should work. Actually, now that I think about it… isn't that suggesting that *twurl* is

Re: [twitter-dev] twitter sign-on and user_id based urls

2011-01-04 Thread Abraham Williams
Are we playing necroing now? http://www.urbandictionary.com/define.php?term=necroing 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 Tue, Jan

Re: [twitter-dev] Beginner's trouble with OAuth (using Abraham's PHP library)

2011-01-04 Thread Dave The Happy Singer
Thanks, Tom. That was perhaps the very root of my problem. I had been used to errors being shown by default. This was a relatively recent OS install. I don't know if something has changed in recent months (I use a LAMP stack on Ubuntu), but I had to change display_errors to on in php.ini, which I

Re: [twitter-dev] twurl is getting Read-only application cannot POST

2011-01-04 Thread TJ Luoma
On Tue, Jan 4, 2011 at 10:06 PM, Abraham Williams 4bra...@gmail.com wrote: Go to https://twitter.com/settings/connections and find the application you are testing with. Coffee says that next to it will be read-only access. You will have to revoke access then a new authorization should work.

Re: [twitter-dev] twurl is getting Read-only application cannot POST

2011-01-04 Thread Abraham Williams
I don't think PayPal sends coffees... At this point I would recommend creating a new application. If you are still having issues deleting the existing one you should be able to rename it to something else and delete it later. Abraham - Abraham Williams | Hacker Advocate | abrah.am