[twitter-dev] Finding old tweets

2011-06-08 Thread Tim Skipper
Is it possible, by way of the API or otherwise, to find a tweet that I sent, and it's reply from the recipient, from May 2010? I know the time of the reply (to the nearest minute) if that helps. I know that is a *very* long time ago in the world of Twitter! Regards, Tim Skipper

[twitter-dev] Re: Why is there no @Anywhere version of the Tweet Button with Count?

2011-06-08 Thread DarkUFO
Anyone :( -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list Change your membership to this group:

Re: [twitter-dev] Re: Why is there no @Anywhere version of the Tweet Button with Count?

2011-06-08 Thread Alexander Skwar
You had a reply - did it not help you? On Wed, Jun 8, 2011 at 10:54, DarkUFO andypag...@gmail.com wrote: Anyone :( Alexander -- ↯ Lifestream (Twitter, Blog, …) ↣ http://sup.skwar.me/ ↯ ↯  Chat (Jabber/Google Talk) ↣ a...@skwar.me ; Twitter: @alexs77  ↯ -- Twitter developer

Re: [twitter-dev] Re: Why is there no @Anywhere version of the Tweet Button with Count?

2011-06-08 Thread DarkUFO
Oh, where is the reply? I can not see it here in the group. All i see here is this http://i.imgur.com/g1vkK.png -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker:

Aw: Re: [twitter-dev] Re: Why is there no @Anywhere version of the Tweet Button with Count?

2011-06-08 Thread Alexander S.
Oh, sorry, I mixed it up with the thread Using @Anywhere with Protoype.js → http://goo.gl/Rk0C8 My fault. Alexander -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker:

Re: [twitter-dev] Re: Why is there no @Anywhere version of the Tweet Button with Count?

2011-06-08 Thread Tim Meadowcroft
He was maybe thinking of a response to a similar question on another thread. The way the tweet and follow buttons are done has changed. If you want to create a button after widgets.js has been loaded (any sort of dynamic use), then you're supposed to do this by adding an iframe with appropriate

[twitter-dev] tweet id versus idStr

2011-06-08 Thread Christian Rishøj
(Reposting from the twitter-anywhere-dev group.) In an @Anywhere application we are building at http://tweetshow.nu/ we would like to use the (as of yet unofficial and unsupported) in-browser object-oriented wrappers for the REST API for marking statuses as favourites. However, there seems to

[twitter-dev] How send tweet in new version tweetr 1.03b?

2011-06-08 Thread BiMaWa
SUBJ.. thx -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list Change your membership to this group:

[twitter-dev] Translate app description to different languages

2011-06-08 Thread Alver
Good day. Is there any way to configure the application description so, that it will appear in the user interface language? As far as I can see in the app settings section - there is just one description field with no internationalization options. Please advise if there is any way to show my

[twitter-dev] 401 Authentication error

2011-06-08 Thread Vyom Thakur
401 Unauthorized: Authentication credentials http://dev.twitter.com/ pages/auth were missing or incorrect. This is what your website says, one of my testing account is working fine for other keys but, the same account is not at all functional using this key. I have gone through the

[twitter-dev] @Anywhere Login Timeouts

2011-06-08 Thread DarkUFO
Hi, I've added a Twitter Connect (via @Anwhere) button to my test site and this all works great. However I've noticed that when I return to my site a few hrs later that I'm logged out and I have to click the Twitter Connect button again 1) Is this usual behaviour? 2) Can we increase the

Re: [twitter-dev] Translate app description to different languages

2011-06-08 Thread Scott Wilcox
There aren't currently any options to do this, however that is a fantastic feature idea. On 8 Jun 2011, at 13:10, Alver wrote: Good day. Is there any way to configure the application description so, that it will appear in the user interface language? As far as I can see in the app

Re: [twitter-dev] Translate app description to different languages

2011-06-08 Thread Tom van der Woerdt
You can't, however I'd recommend that you file a bug report at http://code.google.com/p/twitter-api/issues/list Tom On 6/8/11 2:10 PM, Alver wrote: Good day. Is there any way to configure the application description so, that it will appear in the user interface language? As far as I can see

Re: [twitter-dev] tweet id versus idStr

2011-06-08 Thread Tom van der Woerdt
They aren't different. JavaScript can't handle large numbers (I think the limit was at 53 bits) so there's an id_str as well, to avoid this issue. In JavaScript, always use id_str. Tom On 6/7/11 10:28 AM, Christian Rishøj wrote: (Reposting from the twitter-anywhere-dev group.) In an

Re: [twitter-dev] Translate app description to different languages

2011-06-08 Thread Taylor Singletary
Agree that this would be a great feature for the platform to have, but as Scott Tom said, it's currently not supported. Your description can be up to 200 characters long - if your message is simple, you might be able to present a few languages in the same field. @episod

[twitter-dev] Re: @Anywhere Login Timeouts

2011-06-08 Thread Tim Meadowcroft
While looking at localStorage in the browser, I noticed that when I connect with @anywhere various details are written to localStorage for my page including twitter_anywhere_cache_[account/verify_credentials,[]]_expiry: 1307546741323 twttr_anywhere_expiry: 1307552140184 which if

[twitter-dev] Re: @Anywhere Login Timeouts

2011-06-08 Thread DarkUFO
Thanks Tim. That does seem to correspond with what I'm seeing here. Hopefully it's something we'll be able to control eventually. -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Is it possible to see what twitter user clicked a link?

2011-06-08 Thread Neandertal
Is it possible to see what twitter user clicked a link? -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list Change your membership to

[twitter-dev] Newbie with twitter API, some things aren't clear to me

2011-06-08 Thread Sua Ganzitudine
Hello everybody, a couple of days ago I decided to build an app for my website to get out some tweets from my home timeline. In order to do this I read some tutorials on how to make an app with php, and some documentation about OAuth authentication on Twitter.I wasn't able to understand (and to

Re: [twitter-dev] Is it possible to see what twitter user clicked a link?

2011-06-08 Thread Scott Wilcox
No. On 8 Jun 2011, at 16:22, Neandertal wrote: Is it possible to see what twitter user clicked a link? -- Scott Wilcox @dordotky | sc...@dor.ky | http://dor.ky +44 (0) 7538 842418 | +1 (646) 827-0580 -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates

Re: [twitter-dev] Send a tweet with custom login C++ (BEGINNER)

2011-06-08 Thread Scott Wilcox
You need to use OAuth to use the Twitter API. Having users enter a username and password to gain an OAuth token is achieved via xAuth which is a special type of OAuth flow that requires approval for your app from Twitter. On 8 Jun 2011, at 17:12, shamm wrote: Hi, I am trying to create a

[twitter-dev] Send a tweet with custom login C++ (BEGINNER)

2011-06-08 Thread shamm
Hi, I am trying to create a Twitter application using C++, that could send tweets. I need a custom login where users could actually enter there own usernames and password to login thus send tweets thereafter. I have googled and found out about twitcurl, but yet i was unable to send tweets with

Re: [twitter-dev] Send a tweet with custom login C++ (BEGINNER)

2011-06-08 Thread kamesh SmartDude
U can use Basic Authentication. u have to send the user credentials in the Header. (But this is not a secured way) //kamesh On Wed, Jun 8, 2011 at 9:42 PM, shamm shaena...@gmail.com wrote: Hi, I am trying to create a Twitter application using C++, that could send tweets. I need a custom

[twitter-dev] rate limiting on users profile image

2011-06-08 Thread dt
According to the current docs, the users/profile_image path is not currently rate limited: http://dev.twitter.com/doc/get/users/profile_image/:screen_name But when I access this method, I'm sometimes getting rate limit errors: {error:Rate limit exceeded. Clients may not make more than 150

Re: [twitter-dev] Send a tweet with custom login C++ (BEGINNER)

2011-06-08 Thread BJ Weschke
Basic Auth has been disabled/deprecated for some time now. You'll need to use oAuth. On 6/8/2011 1:33 PM, kamesh SmartDude wrote: U can use Basic Authentication. u have to send the user credentials in the Header. (But this is not a secured way) //kamesh On Wed, Jun 8, 2011 at 9:42 PM,

Re: [twitter-dev] rate limiting on users profile image

2011-06-08 Thread Correa Denzil
DT : http://dev.twitter.com/pages/rate-limiting#rest API methods which are not directly rate limited are still subject to organic, unpublished limits. This includes actions like publishing status updates, direct messages, follow/unfollow actions, etc. These Twitter

[twitter-dev] Tweeting out a page

2011-06-08 Thread doug
I'm working on integrating the regular tweet button on some pages. I can tweet out http://www.uniteful.com/35 and the link will appear in my stream. Upon clicking, the link comes up very quickly in a new tab. Then, that same tab closes after less than 100ms or so. This behavior happens in

[twitter-dev] pegar usuario que clicou no link

2011-06-08 Thread Neandertal
alguem tem alguma forma de pegar o nome do usuario do twitter e a foto do perfil que clicou no link do meu site ? -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] force_login for authorize - when?

2011-06-08 Thread SM
When will force_login go live for authorize? There is an approaching deadline for the switch from xAuth to OAuth and time is needed for testing, fixes, app approval and some buffer for contingencies. -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via

Re: [twitter-dev] rate limiting on users profile image

2011-06-08 Thread Matt Harris
Hey, This endpoint has always been rate limited so this is an error in the docs. We have some updates to the docs coming out soon which will correct that. Best, @themattharris https://twitter.com/intent/follow?screen_name=themattharris Developer Advocate, Twitter On Wed, Jun 8, 2011 at 10:56

[twitter-dev] Re: force_login for authorize - when?

2011-06-08 Thread SM
And... it appears to have just gone live. On Jun 8, 11:37 am, SM sanja...@gmail.com wrote: When will force_login go live for authorize? There is an approaching deadline for the switch from xAuth to OAuth and time is needed for testing, fixes, app approval and some buffer for contingencies. --

[twitter-dev] 401 error from CRON job

2011-06-08 Thread tomofo
Ok, folks, this is driving me out of my mind and I need some help. I'm running a simple CRON job in Rails, that will be used to manage a Twitter List. For some reason, whenever I call a protected method, I get a 401 error. I'm using a single access token, and have triple checked that the app

[twitter-dev] get the profile of those who clicked the link on twitter

2011-06-08 Thread Neandertal
get the profile of those who clicked the link on twitter? -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list Change your membership to

Re: [twitter-dev] get the profile of those who clicked the link on twitter

2011-06-08 Thread Scott Wilcox
No. Sent from my iPhone On 8 Jun 2011, at 20:36, Neandertal cleimarvi...@hotmail.com wrote: get the profile of those who clicked the link on twitter? -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi

Re: [twitter-dev] get the profile of those who clicked the link on twitter

2011-06-08 Thread Cleimar Vidal
have any way of knowing who clicked??... Em 08/06/2011, às 16:37, Scott Wilcox escreveu: No. Sent from my iPhone On 8 Jun 2011, at 20:36, Neandertal cleimarvi...@hotmail.com wrote: get the profile of those who clicked the link on twitter? -- Twitter developer documentation and

Re: [twitter-dev] get the profile of those who clicked the link on twitter

2011-06-08 Thread Nalin Savara
On Thu, Jun 9, 2011 at 1:14 AM, Cleimar Vidal cleimarvi...@hotmail.com wrote: have any way of knowing who clicked??... Em 08/06/2011, às 16:37, Scott Wilcox escreveu: Heya Neandertal, Cleimar, ... No, there is no way to know... Who clicked profile link on twitter. Regards, Cro-Magnon Nalin

Re: [twitter-dev] rate limiting on users profile image

2011-06-08 Thread Correa Denzil
Matt : Can you also clear the air on what the snippet from the Twitter docs mean? I read it as there are no non-rate limited methods. http://dev.twitter.com/pages/rate-limiting#rest API methods which are not directly rate limited are still subject to organic, unpublished limits. This includes

Re: [twitter-dev] get the profile of those who clicked the link on twitter

2011-06-08 Thread Correa Denzil
A hack around would be to distribute your profile link URL as goo.gl or bit.ly and get statistics from their respective APIs. --Regards, Denzil On Thu, Jun 9, 2011 at 1:24 AM, Nalin Savara nsn...@gmail.com wrote: On Thu, Jun 9, 2011 at 1:14 AM, Cleimar Vidal cleimarvi...@hotmail.com wrote:

Re: [twitter-dev] tweet id versus idStr

2011-06-08 Thread Christian Rishøj
When I inspect the objects returned by @Anywhere, id and id_str are consistently different. Some examples: id: 78578304315179000 id_str: 78578304315179009 id: 78574658827460600 id_str: 78574658827460608 The IDs being used at twitter.com seem to be those

Re: [twitter-dev] tweet id versus idStr

2011-06-08 Thread Tom van der Woerdt
@Anywhere is just another javascript application - it shouldn't use id. Of course, when you inspect the object returned by @Anywhere you'll get the wrong values as well. Someone from Twitter should look into the favorite() one, it shouldn't be doing that. Tom On 6/8/11 11:52 PM, Christian

Re: [twitter-dev] tweet id versus idStr

2011-06-08 Thread Taylor Singletary
Hi Christian, The act of examining the non-string versions of the integers in an environment that is actively trying to understand the Integer will almost always yield a munged representation of the number. It's like Schrödinger's Cat. We don't actively support the extended featureset of

[twitter-dev] exception 403 on status update

2011-06-08 Thread Gang T
Hi there, Could you please tell us in which cases the exception 403 will be thrown on status update? Your help are appreciated. Best, Gang -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements

Re: [twitter-dev] exception 403 on status update

2011-06-08 Thread Matt Harris
Hi Gang, Whenever we return an error we include a reason in the response body telling you why. We recommend you always inspect the response body, and headers, to learn more about the cause of the error. The most common reasons for a 403 are: * The tweet is a duplicate. * The tweet is over 140

Re: [twitter-dev] rate limiting on users profile image

2011-06-08 Thread Matt Harris
Hi Denzil, The paragraph is letting you know that the API isn't the only source of rate limits. If an API method says it isn't rate limited it means the request will not count against the 350 authenticated (150 unauthenticated) requests you are permitted per hour. It doesn't mean the method

Re: [twitter-dev] get the profile of those who clicked the link on twitter

2011-06-08 Thread Cleimar Vidal
basically it. I want and get that person as many times as I clicked the link and put on my web site without having to use third party tools ... would make such a script in php to get the User or the id of the twitter profile to see as many times he visited my profile url? --Regards,

[twitter-dev] Seeking survey app for twitter-automation needed

2011-06-08 Thread steve8004
Hello: I thought the esteemed list of Twitter developers might be able to help with pointing me in the right direction. My request pertains to finding a twitter application that sends a shortened url and message to users that stop following a particular account. Example: @abc1234 follows

[twitter-dev] Support for oauth_bridge_code via this endpoint is deprecated

2011-06-08 Thread bisanthe
Hello, When I run the following code OAuthRequest request = new OAuthRequest(Verb.POST, https:// api.twitter.com/oauth/access_token); request.addBodyParameter(oauth_bridge_code, oauth_bridge_code);

[twitter-dev] Private list API Using oauth broken ?

2011-06-08 Thread Fabien Penso
Hi, Just wondering if I'm the only one having Error: {error:Not found,request:\/1\/fabienpenso\/lists\/test\/statuses.json} When calling a private list at http://api.twitter.com/1/fabienpenso/lists/test/statuses.json with a proper oauth Authorization: header, since last Monday ? Thanks. --

[twitter-dev] rate limits problem

2011-06-08 Thread gae gae
i'm using reset api http://api.twitter.com/users/show/{screen_name}.xml and I also used OAuth token where added auth-token/secret key using a super account from a certain app. before yesterday, it worked perfect and successfully sent lots of above requests( 5000 ) per hour with different

[twitter-dev] Re: Send a tweet with custom login C++ (BEGINNER)

2011-06-08 Thread shamm
Twitter doesn't support basic authentication :( On Jun 8, 10:33 pm, kamesh SmartDude kamesh.smartd...@gmail.com wrote: U can use Basic Authentication. u have to send the user credentials in the Header. (But this is not a secured way) //kamesh On Wed, Jun 8, 2011 at 9:42 PM, shamm

[twitter-dev] Re: Send a tweet with custom login C++ (BEGINNER)

2011-06-08 Thread shamm
Is there any step by step tutorial available to do this? Help On Jun 8, 9:14 pm, Scott Wilcox sc...@dor.ky wrote: You need to use OAuth to use the Twitter API. Having users enter a username and password to gain an OAuth token is achieved via xAuth which is a special type of OAuth flow that

Re: [twitter-dev] Send a tweet with custom login C++ (BEGINNER)

2011-06-08 Thread Mukesh Srivastav
What is the compiler you are using for C++ ? -*Mukesh* On Wed, Jun 8, 2011 at 9:42 PM, shamm shaena...@gmail.com wrote: Hi, I am trying to create a Twitter application using C++, that could send tweets. I need a custom login where users could actually enter there own usernames and

Re: [twitter-dev] get the profile of those who clicked the link on twitter

2011-06-08 Thread Correa Denzil
Cleimar : No, not possible. --Regards, Denzil On Thu, Jun 9, 2011 at 6:32 AM, Cleimar Vidal cleimarvi...@hotmail.comwrote: would make such a script in php to get the User or the id of the twitter profile to see as many times he visited my profile url? -- Twitter developer documentation