Re: [twitter-dev] profile image upload 500 error

2010-09-08 Thread 玉柱九天
hi, taylorsingletary: can you help me, witch twitter aip and oauthlib to develop in c++. i can get friend timeline and user timeline info in oauthlib 0.8.9, but while i realize to tweet, it prompt error. now i want to get twittger api, and re-develop my app. thank you very much. 2010/9/8

[twitter-dev] Retweet a listed tweet

2010-09-08 Thread Ken
As I work today on some features related to lists, I wonder again why, on Twitter.com, I am unable to retweet a tweet that appears on a list timeline. Only the 'Reply' option is available. I plan to implement this and I expect it to work! Any thoughts on why Twitter.com would not have designed

[twitter-dev] Request Pending parameter

2010-09-08 Thread SG
Hi, When I send a follow request to a protected user, on Twitter I get it as Request Pending. It also gives me an option of Cancelling the request. In the REST API, which methods can be used to perform these operations? I am not able to understand what changes in say user/show call when I send a

[twitter-dev] Re: Request Pending parameter

2010-09-08 Thread SG
Sorry, I got my answer through previously answered question. Ignore. On Wed, Sep 8, 2010 at 2:15 PM, SG awe...@gmail.com wrote: Hi, When I send a follow request to a protected user, on Twitter I get it as Request Pending. It also gives me an option of Cancelling the request. In the REST

[twitter-dev] Re: Obtain email address after authentication

2010-09-08 Thread shanew
Thanks for the reply Ken. I understand all you have said, but the real power of protocols like OAuth is user consent of their own attribute data. My entire goal is to *avoid* having to ask a user to re-enter their emal address. In this particular use case minimally invasive is eqivalent to

[twitter-dev] twitter api to get current month followers

2010-09-08 Thread ephron
sir, I used twitter api for member's followers, friends etc., I want to draw a google line chart for this month followers or followers by month.(eg., month vs followers added). Is is possible, Please advice me. thanks, Greeta -- Twitter developer documentation and resources:

Fwd: [twitter-dev] twitter api to get current month followers in the removal of basic authentication

2010-09-08 Thread greeta daniel
Sir, I used twitter api for member's followers, friends etc., I want to draw a google line chart for this month followers or followers by month.(eg., month vs followers added). Is is possible, Please advice me. note: Api need to be used in the removal of basic authentication. Thanks,

Re: [twitter-dev] api documation, the context is ok? while my app tweet error?

2010-09-08 Thread Taylor Singletary
Hi yuzhujiutian, Without knowing more about this OAuth library (and also at a disadvantage of having very rusty C++ comprehension), I think I'll need to see a signature base string for this request to understand what may be going wrong. It would be generated somewhere within the chain of code

[twitter-dev] URL to update and read timelines

2010-09-08 Thread abhishekbrave
Hi , I have used this url http://twitter.com/statuses/mentions.xml to get the access token for a user thorough my application. I want to know what all other URL's are there and after getting the access token how can I update the status of user. I am using oauth-signpost java api for twitter. --

[twitter-dev] unauthorized error

2010-09-08 Thread Mini
Please help me. i need a code that will tweet using oauth + twitter api... http://www.youtube.com/watch?v=25o0b2aEw0E i have used this project and i m getting error 08-25 11:47:32.747: WARN/System.err(2029): org.apache.http.client.HttpResponseException: Unauthorized 08-25 11:47:32.747:

Re: [twitter-dev] URL to update and read timelines

2010-09-08 Thread Taylor Singletary
Hi Abhishek, The URL you've used is part of the legacy API and you should move away from it as soon as possible. REST API URLs are now in the structure of http://api.twitter.com/1/statuses/mentions.xml (always use a version number and the api subdomain). There are many resources available in the

Re: [twitter-dev] Twitter Send Message API

2010-09-08 Thread Taylor Singletary
Hi Rajesh, Does this occur on all direct messages you send, or does it only happen occasionally? Taylor On Tue, Sep 7, 2010 at 9:46 PM, Rajesh ssrajesh@gmail.com wrote: i used twiiter api for status update,get connection,send message, status update and get connection working fine ,

[twitter-dev] Re: Retweet a listed tweet

2010-09-08 Thread Ken
Same on Chrome... also for lists created by me and lists I follow. So what's up? You guys all on IE? On Sep 8, 3:56 pm, Ken k...@cimas.ch wrote: No... just to clarify, I'm talking about the Twitter.com website. I've wondered about it for some time. See:http://twitter.com/twitterapi/team. Each

Re: [twitter-dev] Re: J2ME OAUTH token for Twitter

2010-09-08 Thread Ernandes Jr.
Hi, Amid Do you know Twitter API ME (www.twapime.com)? This is a complete mobile Java API that already supports xAuth. Even if you do not want to use it, you can at least check its source code so you can find a solution for you problem. In addition, here it goes a link that explaing how you have

Re: [twitter-dev] problem in twitter share

2010-09-08 Thread Tom van der Woerdt
There's currently a bug involving URLs that include an character. Tom On 9/8/10 1:02 PM, swati wrote: script src=http://platform.twitter.com/widgets.js; type=text/ javascript/script div a href=http://twitter.com/share; class=twitter-share-button

Re: [twitter-dev] Re: Obtain email address after authentication

2010-09-08 Thread Tom van der Woerdt
I disagree - the idea behind OAuth is to provide access to information on a server without the need for sending usernames/passwords. Nothing more than that. ;-) You may like OpenID though. Tom On 9/8/10 3:01 PM, shanew wrote: Thanks for the reply Ken. I understand all you have said, but the

Re: [twitter-dev] Twitter App working but...

2010-09-08 Thread Tom van der Woerdt
More information would be appreciated :-) Like: errors? Code? Tom On 9/8/10 9:28 AM, Pradeep Senanayake wrote: Hi, I changed the service url from https to http. then it began to work in simulator but after I installed that mobile phone, it doesnt work. Pls some body give me a solution

[twitter-dev] Re: Using the Twitter button on 1 page with multiple buttons

2010-09-08 Thread payme...@whostore.co.uk
Yeh, cheers for getting back to me on this guys, really good to know youre on the ball to help fellow developers... On Aug 29, 9:50 am, payme...@whostore.co.uk payme...@whostore.co.uk wrote: Been a couple of days since I posted this...Can anyone please help? Seb. On Aug 27, 7:21 am,

Re: [twitter-dev] Re: Retweet a listed tweet

2010-09-08 Thread John Kalucki
That is weird. It has been fixed though, but I don't know when the fix will deploy. -John Kalucki http://twitter.com/jkalucki Twitter Inc. On Wed, Sep 8, 2010 at 6:56 AM, Ken k...@cimas.ch wrote: No... just to clarify, I'm talking about the Twitter.com website. I've wondered about it for

[twitter-dev] Display twitter status feed on website

2010-09-08 Thread Jeremy
Hey guys, With this new twitter API update i am a little confused on what needs to happen. From the stuff i read i am a little lost on what steps i need to do in order to correct my website. I have a twitter account that i would liked my feed displayed on my website. the landing page index.php So

[twitter-dev] search users on twitter api, is it possible?

2010-09-08 Thread Bram Hammer
Hello all, I'm now making some app with search on tweets, but now i want to make the option to search on usernames also. Is this possible in any other way? If so, kick me in the right direction please! Thanks in advance -- Twitter developer documentation and resources:

Re: [twitter-dev] search users on twitter api, is it possible?

2010-09-08 Thread Taylor Singletary
Hi Bram, I think this documentation is what you're looking for http://dev.twitter.com/doc/get/users/search Example usage: GET http://api.twitter.com/1/users/search.xml?q=HULK Taylor On Wed, Sep 8, 2010 at 9:21 AM, Bram Hammer bhamme...@gmail.com wrote: Hello all, I'm now making some app

[twitter-dev] Blocked users appear in the API, not in the website

2010-09-08 Thread Julio Biason
Guys, I opened this bug about a year ago but it got lost in the bug tracking and I'm not in the mood to search that mess again. http://imgur.com/JTxm1.png As you can see, there is one tweet that appears in the application, but it doesn't appear in the website. The reason is that the author of

Re: [twitter-dev] Display twitter status feed on website

2010-09-08 Thread Taylor Singletary
Provided your account is not protected, you should be able to make unauthenticated feed requests to your personal user timeline at 150 requests per hour. Here's an example of requesting the RSS feed of @twitterapi http://api.twitter.com/1/statuses/user_timeline.rss?screen_name=twitterapi Taylor

Re: [twitter-dev] Blocked users appear in the API, not in the website

2010-09-08 Thread Tom van der Woerdt
The API doesn't check for blocked users. You need to implement that manually. Tom On 9/8/10 6:45 PM, Julio Biason wrote: Guys, I opened this bug about a year ago but it got lost in the bug tracking and I'm not in the mood to search that mess again. http://imgur.com/JTxm1.png As you

Re: [twitter-dev] Blocked users appear in the API, not in the website

2010-09-08 Thread Julio Biason
On Wed, Sep 8, 2010 at 1:54 PM, Tom van der Woerdt i...@tvdw.eu wrote: The API doesn't check for blocked users. You need to implement that manually. So for every request for the user_timeline I need to request the list of blocked users, to have a proper list in case the user blocks someone in

Re: [twitter-dev] Blocked users appear in the API, not in the website

2010-09-08 Thread Tom van der Woerdt
On 9/8/10 7:15 PM, Julio Biason wrote: On Wed, Sep 8, 2010 at 1:54 PM, Tom van der Woerdt i...@tvdw.eu wrote: The API doesn't check for blocked users. You need to implement that manually. So for every request for the user_timeline I need to request the list of blocked users, to have a

[twitter-dev] Re: OAuth/authentication language setting

2010-09-08 Thread Rahul Yargop
Hi Matt, We are seeing French OAuth localise properly, but German OAuth has missing translations. Please let me know how I can get you screenshots to expedite the translation. Best, Rahul On Aug 23, 11:45 pm, Matt Harris thematthar...@twitter.com wrote: Hi, It sounds like the language is

[twitter-dev] Re: search users on twitter api, is it possible?

2010-09-08 Thread Bram Hammer
thnx, that worked! I was just not looking good enough :) On 8 sep, 18:33, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Bram, I think this documentation is what you're looking forhttp://dev.twitter.com/doc/get/users/search Example usage:

Re: [twitter-dev] Problems with parameter since_id

2010-09-08 Thread Alexandre Pires
Hi, my url is somethink like this:

[twitter-dev] List Widget code upgraded yet?

2010-09-08 Thread Mike
Hi, we have a list widget implemented, and recently started seeing the issue: http://www.wired.com/epicenter/2010/08/twitter-login-errors/ Has the widget code been updated, and if I use the generator here: http://twitter.com/goodies/widget_list ...will I get the correct code? Thanks, Mike --

Re: [twitter-dev] Problems with parameter since_id

2010-09-08 Thread Taylor Singletary
Hi Alexandre, That's your execution URL, not your signature base string -- which might be more difficult to access, depending on your library. When a signature validation error occurs, it most often can be traced back to the signature base string: the specific string that is constructed and then

[twitter-dev] Re: Error 401 only in Target (working fine in simulator)

2010-09-08 Thread Craig Hockenberry
5 minutes (or even 15 minutes) for the OAuth timestamp is a major problem on the iPad. This device doesn't have a guaranteed network connection and therefore doesn't do NTP syncs on a regular basis. It's common for these devices to be off by an hour or more. We do a check at startup against the

Re: [twitter-dev] Re: Error 401 only in Target (working fine in simulator)

2010-09-08 Thread Taylor Singletary
But you don't need to ask the user to update their time at all, do you Craig? You simply make a non-rate limited request to Twitter before making any other requests, scrape the current time from the Date HTTP header Twitter responds with, and then for as long as the application is active you

Re: [twitter-dev] Problems with parameter since_id

2010-09-08 Thread Alexandre Pires
Taylor, I dont know how the component does this, but the strange is that the same code works fine if I use max_id instead of since_id. - Original Message - From: Taylor Singletary To: twitter-development-talk@googlegroups.com Sent: Wednesday, September 08, 2010 5:12 PM

[twitter-dev] Status format stream API vs. REST API

2010-09-08 Thread yaemog Dodigo
Hello, I'm wondering why the format of status messages that get delivered via the stream API differs from status elements that are retrieved via the REST API (e.g., public_timeline or user_timeline). More precisely, status elements from the stream API contain an 'entities' object with

Re: [twitter-dev] Status format stream API vs. REST API

2010-09-08 Thread Taylor Singletary
You can obtain entities from most API methods that return tweets by appending an ?include_entities=true parameter to the request. Eventually, entities should be part of the default response. You can read more about entities here: http://dev.twitter.com/pages/tweet_entities Methods that should

[twitter-dev] List Statuses Page Limit

2010-09-08 Thread Matthew Terenzio
What is the per page limit of statuses returned on the: http://dev.twitter.com/doc/get/:user/lists/:id/statuses method? Also, if since_id is passed, how many will be returned in a page by default (if the amount returned is greater than the default)? Thanks, Matt -- Twitter developer

[twitter-dev] User Streams Update

2010-09-08 Thread John Kalucki
The User Streams product launch is moving along as planned. We haven't had any downtime and we've only had a few subtle functionality problems to refine. In short, all is going very well. End-users have been overwhelmingly positive about the experience of real-time updates without rate limits.

Re: [twitter-dev] User Streams Update

2010-09-08 Thread M. Edward (Ed) Borasky
Quoting John Kalucki j...@twitter.com: The User Streams product launch is moving along as planned. We haven't had any downtime and we've only had a few subtle functionality problems to refine. In short, all is going very well. End-users have been overwhelmingly positive about the experience of

Re: [twitter-dev] User Streams Update

2010-09-08 Thread John Kalucki
As soon as an issue is clear, we tend to announce what we've learned. If I had the list of changes ready to go, I would have posted them. The current general Twitter API TOS applies to User Streams. Follow the TOS and the User Streams Implementation Suggestions... -John Kalucki

Re: [twitter-dev] oAuth and applications that run in the background

2010-09-08 Thread Cameron Kaiser
I have an application (PHP script), that runs as a CRON job on a Linux server. It uses cURL and basic authentication to retrieve users profiles and statuses. Now that basic authentication is no longer supported, I need to switch to oAuth, but with oAuth, there's a level of interactivity

Re: [twitter-dev] List Widget code upgraded yet?

2010-09-08 Thread Matt Harris
Hi Mike, Can you share the widget code you are using. The API for lists hasn't been changed, and neither has the lists widget, so I need to see what code you are using and the list you are following. Thanks, Matt On Wed, Sep 8, 2010 at 1:03 PM, Mike rotti...@gmail.com wrote: Hi, we have a list

Re: [twitter-dev] Re: OAuth/authentication language setting

2010-09-08 Thread Matt Harris
Thanks Rahul. I've heard back from our internationalisation team and they are aware the German page hasn't been fully translated. They have it on their list of pages to process and hope to have the code updated soon. Thanks for keeping an eye on our language support, Matt On Wed, Sep 8, 2010 at

Re: [twitter-dev] oAuth and applications that run in the background

2010-09-08 Thread Abraham Williams
Here is some more info about using an access token for a single account: http://dev.twitter.com/pages/oauth_single_token Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http://blog.abrah.am This email is: [ ] shareable [x] ask first

Re: [twitter-dev] Twitter Send Message API

2010-09-08 Thread Matt Harris
Hi Rajesh, The parameters for sending a direct message are: * user_id or screen_name * text I notice you are setting the POST parameter message when you should be using text. Try with text as the parameter name and let us know how it goes. More information on the method is here:

Re: [twitter-dev] Ars Technica article

2010-09-08 Thread Raffi Krikorian
hi all. i've posted a brief response at http://mehack.com/oauth-and-the-twitter-api On Thu, Sep 2, 2010 at 11:59 AM, Clay Loveless c...@killersoft.com wrote: Hi guys, I'm really interested in the platform team's response to the Ars Technica article here:

[twitter-dev] Re: oAuth and applications that run in the background

2010-09-08 Thread marvMcK
Abraham, thanks for the link. Just to be clear: I am assuming that CONSUMER_KEY, CONSUMER_SECRET are specific to one application, but I can use them with ANY application, or do I have to register each application (in this case PHP script), and use the keys specific to it? On Sep 8, 8:40 pm,

Re: [twitter-dev] Twitter App working but...

2010-09-08 Thread Pradeep Senanayake
Hi Tom, Thanks for the reply, It doesnt give any exception, but the authentication is failed when it runs in the mobile phone, but it runs in the emulator. Thanks Regards, Pradeep. On Wed, Sep 8, 2010 at 11:14 PM, Tom van der Woerdt i...@tvdw.eu wrote: More information would be appreciated

Re: [twitter-dev] Twitter App working but...

2010-09-08 Thread pradeep senanayake
Hi tom, Thanks for the reply, It doesnt give any exception, but the authentication is failed when it runs in the mobile phone, but it runs in the emulator. code is like this, try { Credential credential = new

[twitter-dev] Re: List Widget code upgraded yet?

2010-09-08 Thread Dharmesh
Matt, I'm actually seeing some similar issues when invoking the list API (other API calls work just fine). When trying to invoke the lists.xml method to get the lists for a user, the call fails with a Could not authenticate you. This is despite having valid OAuth credentials (which work