Re: [twitter-dev] 401 Unauthorized errors with Progress Open Edge using xAuth to get Access token

2010-11-02 Thread Martin Hannah
Hi Taylor, In order to test your 1st suggestion do you know if your HTTP transport method munges any HTTP headers or adds its own HTTP headers in any way? we created a simple test procedure on our public web server, to simulate the google end point https://api.twitter.com/oauth/access_token. So

Re: [twitter-dev] 401 Unauthorized errors with Progress Open Edge using xAuth to get Access token

2010-11-02 Thread Martin Hannah
Hi Taylor, In releatio to the 2nd test, I have used the values from http://dev.twitter.com/pages/xauth and inserted these into my program to step through the process. Base string: POSThttps%3A%2F%2Fapi.twitter.com%2Foauth %2Faccess_tokenoauth_consumer_key%3DJvyS7DO2qd6NNTsXJ4E7zA

Re: [twitter-dev] Twitter stopped working

2010-11-02 Thread Knutsford Software
- Original Message - From: CWorster cwors...@schlimmer.com To: twitter-development-talk@googlegroups.com Sent: Monday, November 01, 2010 4:55 PM Subject: Re: [twitter-dev] Twitter stopped working It used to work adn I ahve no idea why it has now stopped so can someone please point

Re: [twitter-dev] Twitter stopped working

2010-11-02 Thread Knutsford Software
Is it possible to bypass the nonce check or use something else other than the server time? I am guessing not but I said I would check just incaset. Thanks -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi

Re: [twitter-dev] Twitter stopped working

2010-11-02 Thread Scott Wilcox
Your machine's time should always be accurate. Run NTPd or similar. There is no way of bypassing the nonce checking. You can use the headers from Twitters responses in place of your own servers time if need be. Scott. On 2 Nov 2010, at 10:04, Knutsford Software wrote: Is it possible to

Re: [twitter-dev] Twitter stopped working

2010-11-02 Thread Knutsford Software
- Original Message - From: Scott Wilcox To: twitter-development-talk@googlegroups.com Sent: Tuesday, November 02, 2010 10:15 AM Subject: Re: [twitter-dev] Twitter stopped working Your machine's time should always be accurate. Run NTPd or similar. There is no way of bypassing the

Re: [twitter-dev] 401 Unauthorized errors with Progress Open Edge using xAuth to get Access token

2010-11-02 Thread Martin Hannah
Hi Taylor, Success, the missing peice of the puzzle was that we needed to send the post Body, which although it was explained in documentation, we thought it was there for explanation of how the values are accumulated for the base string.. seems obvious now, but when your trying to do this for

Re: [twitter-dev] 401 Unauthorized errors with Progress Open Edge using xAuth to get Access token

2010-11-02 Thread Martin Hannah
Hi Taylor, Now I have the Access Token and I use the explanations in http://dev.twitter.com/pages/auth to make a request on users behalf, I get a response from twitter: Twitter Response= {errors:[{code:53,message:Basic authentication is not supported}]} Status= 401 StatusTxt= Unauthorized I am

Re: [twitter-dev] Re: One Click Background Image Upload

2010-11-02 Thread Matt Harris
What you need to do is make a multipart POST to: http://api.twitter.com/1/account/update_profile_background_image.json and send the new background image as the image parameter. When using OAuth multipart parameters are not included in the OAuth base signature. I have an example of this in my

[twitter-dev] Random 403 Denied due to update limit errors.

2010-11-02 Thread PeterElsner
I've written a small app for use with some auction software. All this app does is run via cron every 2 hours and picks a random auction (that is open) and then posts it to my twitter page using OAuth. This works great, and many times it does update just fine. However occasionally, I get a

[twitter-dev] Update status on android mobile

2010-11-02 Thread DuongHV_FPT
Hi supporters! In my project,has a function which user can tweet to twitter ,I search on google and many people mentioned to this problem.they said that i must create an application then send mail to API to request xAuth privileges.But support answered i can't.Please help me.It is so important

[twitter-dev] Filter stream by number of favorites

2010-11-02 Thread L. Mohan Arun
I was glancing through this part in Twitter Streaming API documentation http://dev.twitter.com/pages/streaming_api_methods#statuses-filter Isnt there supposed to be a filter to find only those statuses that have been 'favorited' by other people? Like for a feed that lists all status messages

[twitter-dev] Callback URL?

2010-11-02 Thread Francis Low
Hi everyone, I'm developing an app with Silverlight 4. I wanted to integrate Twitter into the app, but when registering the app it appears that I am unable to specify a callback URL on localhost. Anyone has any idea how to do this? Or perhaps I'm not suppose to do it on localhost? Regards,

[twitter-dev] create sample twitter in android

2010-11-02 Thread duong hoang
Hi supporter! I want to develop a sample twitter client on android but I always receive 401 Error exception.Can I help you? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Upload image with a tweet

2010-11-02 Thread fxbois
Hi, is there any API that can be used to insert an image in a tweet. I know that I can use external services like twitpic but I would prefer to use an internal twitter API if it exists. Thanks in advance Fx -- Twitter developer documentation and resources: http://dev.twitter.com/doc API

[twitter-dev] GET :user/lists/memberships - for private lists

2010-11-02 Thread Bondi
Hi. We are using the following function to see what lists are following a user : http://dev.twitter.com/doc/get/:user/lists/memberships The problem is we get a respond that only includes the public lists he is member of. If he is a member of a private list that was created by the user that

[twitter-dev] User Lookup in JavaScript

2010-11-02 Thread EL
I am attempting to call the batch lookup method (http:// dev.twitter.com/doc/get/users/lookup) using JavaScript. I've successfully managed to authorize the user and obtain an Access token etc. and I'm not attempting to make the data request: var TEST_IDS =

Re: [twitter-dev] Random 403 Denied due to update limit errors.

2010-11-02 Thread Taylor Singletary
Is there any chance that you are sending duplicate tweets? On Mon, Nov 1, 2010 at 6:06 PM, PeterElsner peter.els...@gmail.com wrote: I've written a small app for use with some auction software. All this app does is run via cron every 2 hours and picks a random auction (that is open) and then

Re: [twitter-dev] User Lookup in JavaScript

2010-11-02 Thread Taylor Singletary
It looks like your TEST_IDS array would turn into %5B21495828%2C20128230%2C15798970%2C12374722%2C39745560%5D with the code here. You don't need/shouldn't wrap the list of ids in square brackets. Taylor On Tue, Nov 2, 2010 at 6:46 AM, EL lee@gmail.com wrote: I am attempting to call the

[twitter-dev] Re: Random 403 Denied due to update limit errors.

2010-11-02 Thread DaveH
Peter: You mention 150/hour so I am guessing that you are not authenticating with Twitter. This means that if there are any other applications sharing the same IP address (shared hosting) then they are also using the same rate limit as your app. If you authenticate you will get the 250/hour

Re: [twitter-dev] Re: Random 403 Denied due to update limit errors.

2010-11-02 Thread yaemog Dodigo
You mention 150/hour so I am guessing that you are not authenticating with Twitter. This means that if there are any other applications sharing the same IP address (shared hosting) then they are also using the same rate limit as your app. If you authenticate you will get the 250/hour

Re: [twitter-dev] Javascript, Snowflake, and Direct Message id's

2010-11-02 Thread Jim Cortez
Can anyone help out on this? My question is: If I compare Direct Message ID's to each other to determine send/receive order, will it work under Snowflake? Thanks, Jim On 11/1/10 12:27 PM, Jim Cortez wrote: When 2 numeric strings are compared, they are done by magnitude. Some tests:

[twitter-dev] Exception while using count parameter of streaming api

2010-11-02 Thread revati choudhari
I am doing a project on twitter sentiment analysis, and I was trying to pull previous statuses using the count parameter. Here is the code: inputConfig.Parameters = track= + FilterParametersTbx.Text + count=10; I was granted the shadow access level by twitter yesterday, which means I can use the

Re: [twitter-dev] Javascript, Snowflake, and Direct Message id's

2010-11-02 Thread Tom van der Woerdt
The first 41 bits of the ID are the timestamp, so yes, they can be used to sort. However, be aware that they won't always have a perfect accuracy: only the first 41 bits can be used to sort, the other 23 bits are to make sure that the ID is unique. If you have two tweets where the first 41 bits

Re: [twitter-dev] Javascript, Snowflake, and Direct Message id's

2010-11-02 Thread Jim Cortez
Thanks Tom. I am not doing any real data analysis, so timestamps (even if they are the same) is just fine for me. Jim On 11/2/10 10:35 AM, Tom van der Woerdt wrote: The first 41 bits of the ID are the timestamp, so yes, they can be used to sort. However, be aware that they won't always have a

[twitter-dev] Page and Background, Foreground Transparency

2010-11-02 Thread JA
Page and Background, Transparency, Is there a way to make the foreground more transparent to people can see your background or wallpaper better. It is kind of weird that you can not see the wall papers accept the side. It would be cool in the setting to add a transparency level as well as the

Re: [twitter-dev] Exception while using count parameter of streaming api

2010-11-02 Thread Taylor Singletary
The count parameter is not available for all streaming roles/endpoints. What end point are you executing and what level of streaming do you have access to? From the docs on the count parameter: *Firehose, Links, Birddog and Shadow* clients interested in capturing all statuses should maintain a

Re: [twitter-dev] Upload image with a tweet

2010-11-02 Thread Edward Hotchkiss
No, because it needs to be hosted somewhere else. It's just a shortened link to the pic. You can roll your own. Best, -- Edward H. Hotchkiss http://www.edwardhotchkiss.com/ http://www.twitter.com/edwardhotchkiss/ -- On Nov 2, 2010, at 6:12 AM, fxbois wrote: Hi,

[twitter-dev] Copying or Importing Twitter Lists

2010-11-02 Thread Quy
Is there a tool out there that allows me to copy a Twitter List? For example, I've created a new account and wanted to migrate my Twitter Lists over to this new account or I want to copy an existing public Twitter List and edit it to my liking. I'm thinking of creating a simple tool using the

[twitter-dev] Notifications about user profile changes

2010-11-02 Thread szimek
Hey, Does Twitter provide or is planning to provide notifications about user profile updates - something similar to what Facebook does for some of its resources? I've got a popular problem - displaying up to date user avatars :) Right now I'm caching the url it whenever user signs in. Cheers,

[twitter-dev] Re: Copying or Importing Twitter Lists

2010-11-02 Thread Ken D.
Don't know of any public tool, but as you suggest it won't be hard to make one. If you were planning to use the list /create_all method, see this thread first: https://groups.google.com/group/twitter-development-talk/browse_thread/thread/8668d4b94d7e0043/eaa833e422b3f4d1 On Nov 2, 7:54 pm, Quy

[twitter-dev] Re: Clarification on automated replies when solicited by the user

2010-11-02 Thread Shaolyen
Thanks for your feedback, very much appreciated. We soft launched the bot today, but the response was so overwhelming that we rapidly hit our twitter update limit. (We already have 26k followers, so it didn't take long to take off!) We noticed that the some twitter users (such as @xboxsupport)

Re: [twitter-dev] Notifications about user profile changes

2010-11-02 Thread Taylor Singletary
We don't provide an easy means to get this information at this time, sorry! Taylor On Tue, Nov 2, 2010 at 11:52 AM, szimek szi...@gmail.com wrote: Hey, Does Twitter provide or is planning to provide notifications about user profile updates - something similar to what Facebook does for some

[twitter-dev] posting a twittter using oauth

2010-11-02 Thread p capozzi
Twitter has the capability to bypass the authorization screen if you are posted to one account. They give you an oauth_token and a oauth_token_secret. You should be able then to post directly to the twitter account but you still need the oauth_verifier. Does anyone have any ideas on how to get an

[twitter-dev] Clarification - retweets_by_me retweeted_by

2010-11-02 Thread ct_dev
My understanding is that it's impossible to get all of the user objects that have retweeted because: 1) retweets_by_me does not return the person that did the retweeting 2) retweeted_by is limited to only the first 100 users Can someone clarify that is the case? Is there a way to retrieve every

[twitter-dev] Streaming API and authentication

2010-11-02 Thread EastSideDev
I've been using the streaming library in one of my apps. My understanding is that the streaming API still supports Basic Authentication, so I don't need to make any changes. My app did stop working with messages indicating that I am not being properly authenticated. Do I need to switch to oAuth

[twitter-dev] Desktop applications and PIN for oAuth

2010-11-02 Thread EastSideDev
Has Twitter considered allowing mobile applications to use tokens, instead of a PIN? It's really easy for a user to copy and paste a PIN is it's a desktop, but not so much so when the desktop is a mobile phone. Any thoughts? -- Twitter developer documentation and resources:

[twitter-dev] Re: Random 403 Denied due to update limit errors.

2010-11-02 Thread DaveH
Yaemog: You are right, he does say he is posting to his Twitter Page and that he is using oAuth. My bad... So there is something else going on. - Check that authentication was successful. The rate limit should be higher if he has successfully authenticated. - Check the return message from

[twitter-dev] Re: Filter stream by number of favorites

2010-11-02 Thread Georgios
Hi Mohan That's not available via the API but available on our site Favorious at: http://favorious.com Cheers Georgios Favorious - The best of Twitter, based on favorites. On Nov 2, 2:45 am, L. Mohan Arun mar...@gmail.com wrote: I was glancing through this part in Twitter Streaming API

Re: [twitter-dev] Streaming API and authentication

2010-11-02 Thread Mark McBride
The streaming API supports basic auth *now*. At some point in the future it will not. If you're developing something new with basic auth you're setting yourself up for more work in the not too distant future. As far as the present message, only userstreams and sitestreams require oauth

[twitter-dev] Re: Copying or Importing Twitter Lists

2010-11-02 Thread Quy
Is there a better way to grab all the members of list? This API call only returns 20 members at a time so it'll take 25 calls to get a 500 member list: http://dev.twitter.com/doc/get/:user/:list_id/members Quy On Nov 2, 12:29 pm, Ken D. k...@cimas.ch wrote: Don't know of any public tool, but

[twitter-dev] Re: posting a twittter using oauth

2010-11-02 Thread p capozzi
I discovered the answer. Currently with twitter you do not to send an oauth_verifier (if it is a web call). So you can just change the signature of the call //Generate Signature string sig = this.GenerateSignature(uri, this.ConsumerKey,

Re: [twitter-dev] Re: Copying or Importing Twitter Lists

2010-11-02 Thread Edward Hotchkiss
paging. look for obj-next_cursor_str, begin with -1 - it's a string Best, -- Edward H. Hotchkiss http://www.edwardhotchkiss.com/ http://www.twitter.com/edwardhotchkiss/ -- On Nov 2, 2010, at 9:10 PM, Quy wrote: Is there a better way to grab all the members of

[twitter-dev] Re: XAuth authentication fail on Chinese machine

2010-11-02 Thread pawan
Thanks for reply but after using this http://quonos.nl/oauthTester URL I got my base string is ok and still I not able to find out how to resolve this issue. On Nov 2, 12:32 am, Tom van der Woerdt i...@tvdw.eu wrote: Hi, Most 401 Unauthorized errors (and especially the ones involving UTF8