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

2010-11-03 Thread engine.start
Hi, Your problem maybe same as mine. chang url to another website, do not use ssl, wireshark your request, and then compare with this, maybe it will work. (I use libcurl, and add User-Agent: Mozilla/5.0 to httpheader, and it work) POST

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

2010-11-03 Thread fxbois
Hi thanks for your response. I've tried to include in a tweet the url of an image but I don't have the image preview when I click on the tweet and I don't have the little picto (top right corner) that shows that the tweet includes an image. I there anything I miss ? Isn't there any hidden param

[twitter-dev] Re: User Lookup in JavaScript

2010-11-03 Thread EL
Thanks. I took the square brackets out, but still get back: {error:Incorrect signature,request:\/1\/users\/lookup.json} TEST_IDS now encodes to: 21295828%2C20138230%2C15799970%2C12304722%2C39765560 and my baseString now comprises of: POSThttp%3A%2F%2Fapi.twitter.com%2F1%2Fusers

[twitter-dev] Re: OAuth Via AppleScript

2010-11-03 Thread isaiah1112
Just thought I would send you a quick note and let you know that I have release ASObject 0.8 that includes my OAuth support for Twitter. This is the bare-bones/nuts-and-bolts OAuth info (You will have to know something about the Twitter API calls to use it). I hope to be releasing

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

2010-11-03 Thread Orian Marx (@orian)
I actually just posted about an undocumented parameter filter_to_owned_lists=true on this service. http://groups.google.com/group/twitter-development-talk/browse_thread/thread/bce660f31728b4e7 Calling the service with that parameter is returning private lists for me. On Nov 2, 7:33 am, Bondi

[twitter-dev] Site Streams Beta now allows applications to stream all of their users.

2010-11-03 Thread John Kalucki
The 100k user / 1k connection limit is no longer necessary and has been dropped. You may now connect for all of your tokens. Please limit your implementation to no more than 25 new connections per second. Follow @sitestreams for more information about this beta test. -John Kalucki

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

2010-11-03 Thread Edward Hotchkiss
YOU NEED TO HOST THE IMAGE SOMEWHERE ELSE. Once you upload it somewhere else and have a link to it, there is your preview. Best, -- Edward H. Hotchkiss http://www.edwardhotchkiss.com/ http://www.twitter.com/edwardhotchkiss/ -- On Nov 3, 2010, at 4:20 AM, fxbois

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

2010-11-03 Thread Ken D.
Maybe I'm wrong, but doesn't it have to do with *where* the image is hosted? I thought Twitter had a list of recognized rich content websites, à la embed.ly. On 3 Nov, 18:09, Edward Hotchkiss edw...@edwardhotchkiss.com wrote: YOU NEED TO HOST THE IMAGE SOMEWHERE ELSE. Once you upload it  

[twitter-dev] Re: Encountering OAuthNotAuthorizedException in production but not on local machine?

2010-11-03 Thread Paul Tongyoo
Sorry guys -- it was due to my server time being off!! Fixing this fixed my problem. Sorry for the spam! PT On Wed, Nov 3, 2010 at 2:06 PM, Paul Tongyoo paul.tong...@gmail.com wrote: Hi all-- I've recently begun encountering an odd issue -- Status Updates via OAuth-signpost have begun to

[twitter-dev] Encountering OAuthNotAuthorizedException in production but not on local machine?

2010-11-03 Thread Paul Tongyoo
Hi all-- I've recently begun encountering an odd issue -- Status Updates via OAuth-signpost have begun to fail from my production server, however they continue to submit successfully from my local machine. To me, this indicates an environmental issue rather than a code issue ... but what could

[twitter-dev] How to display lists from multiple users in an app

2010-11-03 Thread Adam Nason
Twitter limits each user account to 20 lists. I have three accounts with different purposes but need the 60 lists across these three accounts to be displayed on one page on my website. Each list link needs to be clickable to the status updates from that list (in that same page likely using ajax).

[twitter-dev]How to determine a cunsumer key or a cunsumer secret is valid?

2010-11-03 Thread Darasion!
Hi everyone, I am develop an application on GAE, and I want the admin account(google account) can input the cunsumer key and cunsumer secret on admin page. so I need validate them before saving. But how to? Does anyone have a suggestion? darasion. -- Twitter developer documentation and

[twitter-dev] I am a twitter noob.

2010-11-03 Thread Farow
Hello all, can someone please guide me how to create a twitter account that can do functions like: 1. Collect all the tweets that has specific hashtag from its followers. e.g. #party #accident 2. After collecting the tweets, it will automatically retweet the tweet by itself. 3. Such scenario is

[twitter-dev] foly.net/tw twitter api problem

2010-11-03 Thread jotun
We are using twitter oauth on our website http://www.foly.net/tw However, as you can also observe, we get a warning like Could not connect to Twitter. Refresh the page or try again later. We have tried all possibilities, but we have not been able to fix it. Could you please help us about this

Re: [twitter-dev] I am a twitter noob.

2010-11-03 Thread Edward Hotchkiss
Google and check out TwitterOAuth by @abraham Best, -- Edward H. Hotchkiss http://www.edwardhotchkiss.com/ http://www.twitter.com/edwardhotchkiss/ -- On Nov 3, 2010, at 7:29 AM, Farow wrote: Hello all, can someone please guide me how to create a twitter account

Re: [twitter-dev]How to determine a cunsumer key or a cunsumer secret is valid?

2010-11-03 Thread Edward Hotchkiss
have the app store the keys, and check that the admins twitter account's access keys match his account. Best, -- Edward H. Hotchkiss http://www.edwardhotchkiss.com/ http://www.twitter.com/edwardhotchkiss/ -- On Nov 2, 2010, at 11:44 PM, Darasion! wrote: Hi

Re: [twitter-dev] How to display lists from multiple users in an app

2010-11-03 Thread Edward Hotchkiss
Iterate through and scoop and paginated results of the lists on a cron job. No real time possibilities. Best, -- Edward H. Hotchkiss http://www.edwardhotchkiss.com/ http://www.twitter.com/edwardhotchkiss/ -- On Nov 3, 2010, at 1:46 PM, Adam Nason wrote: Twitter

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

2010-11-03 Thread Quy
I know I can page but can I get more than 20 members somehow from another call? Maybe Twitter can great another social graph API that returns 500 members in one API call like we can do today for friends/ followers. Quy On Nov 2, 8:20 pm, Edward Hotchkiss edw...@edwardhotchkiss.com wrote:

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

2010-11-03 Thread Edward Hotchkiss
don't know of one, check the roadmap. always check or subscribe to any api roadmaps that you are using. they change so frequently. especially facebooks [wtf] Best, -- Edward H. Hotchkiss http://www.edwardhotchkiss.com/ http://www.twitter.com/edwardhotchkiss/ --

[twitter-dev] Re: How to display lists from multiple users in an app

2010-11-03 Thread Quy
If you take the lists public, you can simply use the Twitter List widget to show real-time status updates from your list: http://twitter.com/about/resources/widgets/widget_list Quy @quytennis On Nov 3, 10:46 am, Adam Nason apna...@gmail.com wrote: Twitter limits each user account to 20 lists.

[twitter-dev] Re: How to display lists from multiple users in an app

2010-11-03 Thread Ken D.
If you own a private list and want to share the content, you just use your own credentials (My Access Token) to fetch it. Real-time or cached, whatever works for you. There is no 'logged in' - each API call is authenticated. How could a user break into your account? A single web page can display

[twitter-dev] Re: How to display lists from multiple users in an app

2010-11-03 Thread Ken D.
I should add you must not use your credentials to display tweets from protected accounts that your account has access to. On 3 Nov, 23:21, Ken D. k...@cimas.ch wrote: If you own a private list and want to share the content, you just use your own credentials (My Access Token) to fetch it.

Re: [twitter-dev] Re: How to display lists from multiple users in an app

2010-11-03 Thread Edward Hotchkiss
must not or more rules of the road bullshit? Best, -- Edward H. Hotchkiss http://www.edwardhotchkiss.com/ http://www.twitter.com/edwardhotchkiss/ -- On Nov 3, 2010, at 6:26 PM, Ken D. wrote: I should add you must not use your credentials to display tweets from

Re: [twitter-dev] foly.net/tw twitter api problem

2010-11-03 Thread Abraham Williams
Make sure your servers time is correctly synced. If it is more then five minutes off from Twitter's servers API requests will fail. Make sure valid consumer keys are being used. Make sure there is not a firewall or proxy blocking connections to Twitter. Abraham - Abraham Williams |

Re: [twitter-dev] foly.net/tw twitter api problem

2010-11-03 Thread Edward Hotchkiss
There should be a filter for these questions that just responds with Abraham's countless responses like that or just spams NTPd! hmmf. Best, -- Edward H. Hotchkiss http://www.edwardhotchkiss.com/ http://www.twitter.com/edwardhotchkiss/ -- On Nov 3, 2010, at 6:51

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

2010-11-03 Thread Martin Hannah
We now have oAuth/xAuth working for Progress open edge and have the basic Twitter status and command functions operational as they were before. You can find sample source and Progress open edge twitter libraries we are working on now at

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

2010-11-03 Thread Martin Hannah
Hi Taylor: For your interest (In case someone else asks): We now have oAuth/xAuth working for Progress open edge and have the basic Twitter status and command functions operational as they were before. There is sample source and Progress open edge twitter libraries we are working on now at

[twitter-dev] Snowflake will be enabled tomorrow

2010-11-03 Thread Matt Harris
Hey everyone, I wanted to send a reminder that tomorrow (November 4th) we will enable Snowflake. We plan to do this in the early afternoon - 2pm PDT/9pm UTC. Even though Snowflake is being enabled tomorrow, we won't reach 53bit Tweet IDs for another 24 days. This means you still have time to

[twitter-dev] OAuth SignPost lib

2010-11-03 Thread yogeshkolte
Has anyone able to authenticate with Twitter api by using already store user key and secret. If so would u mind sharing code. I am able to authenticate and access Twitter api when I authorize with Twitter website and gets redirected back to my app. But if I restart my app and try to make a call

[twitter-dev] Signing Requests

2010-11-03 Thread DavidD
I'm a little confused on how the signature is done in Twitter oauth because I found this on my registered app in the dev area of Twitter on a page. Here's your OAuth 1.0a access token for XXX Use the token string as your oauth_token and the token secret as your oauth_token_secret when