[twitter-dev] Re: wait time for Site Streams whitelist ?

2011-04-19 Thread David W
Well it's taken 7 weeks, but I finally got an email basically saying we weren't accepted onto the beta program. Fair enough - it is a beta, least we can make other plans now. dw. On Apr 19, 12:39 am, Mamadou Bobo Diallo dia...@gurumades.com wrote: We are all waiting for Site Stream

[twitter-dev] OAuth

2011-04-19 Thread s4l4x
Hi all. I'm new to OAuth and have a basic question. Does using OAuth require the user to login via a web page or view to the twitter site in order to authenticate my application? Or can I do this on their behalf without needing to render web content? Perhaps this isn't my issue, but I just

[twitter-dev] Re: error 401 failed oauth_signature and token / javascript - qml

2011-04-19 Thread galeyte
Hi, Thanks for answering my question. I've tried a lot of things to reach oauth/request_token, and i've tried : request_maker.open(POST, https://api.twitter.com/oauth/ request_token) but nothing has changed ! here is my new code : function signForm() { accessor = { consumerSecret:

[twitter-dev] Re: How to get the number of pages in user's timeline

2011-04-19 Thread Tim Meadowcroft
I'm pretty sure all tweet IDs are in a single global ordering, so 1 week ago is the same numerical ID (for the since_id) param for every user account. So you could post a single tweet (or similar) every day and use this to build a date to ID mapping over time... then you'll know an ID to use

[twitter-dev] Re: Logout : Twitter Iphone MGTwitterEngine

2011-04-19 Thread Amit Battan Ror
Hi Now I am using this code [twitterObj endUserSession]; [twitterObj clearAccessToken]; Now its working fine but giving error HTTP 401 as request failure On Apr 12, 5:03 pm, Rinku Sadhwani\Love is like war: Easy to begin but hard to end.\ - Anonymous\ rinku.sadhw...@gmail.com wrote: On Tue,

[twitter-dev] Re: error 401 failed oauth_signature and token / javascript - qml

2011-04-19 Thread galeyte
Ok so i've stopped using OAuth javascript library Here is my new code : function getSignature() { var nonce = OAuth.nonce(31); var time = OAuth.timestamp(); var parameters = [encodeURIComponent(oauth_token=+oauth_token), encodeURIComponent(oauth_consumer_key=+consumer_key),

[twitter-dev] Re: 401 Unauthorized Responses to requests signed with whitelisted account

2011-04-19 Thread Christopher Stolte
Hi Matt, Thank you so much for your timely response. Your suggestion was very helpful - I logged the response body and am seeing the following error: Invalid / suspended application I really don't know why that would be - does that mean that we are blacklisted? I should point out a few things

[twitter-dev] Re: 401 Unauthorized Responses to requests signed with whitelisted account

2011-04-19 Thread Christopher Stolte
Hi Matt, Thank you so much for your timely response. Your suggestion was very helpful - I logged the response body and am seeing the following error: Invalid / suspended application I really don't know why that would be - does that mean that we are blacklisted? I should point out a few things

[twitter-dev] don't work Japanese

2011-04-19 Thread hoshi67
hi I'm kunihiko from Japan I have a problem it is about twitter API ex. http://stream.twitter.com/1/statuses/filter.json?track=* * is English word OK but * is Japanese KANJI HIRAGANA KATAKANA don't work :( so what can I do for this problem... sory my english is poor @hoshi67

[twitter-dev] Re: error 401 failed oauth_signature and token / javascript - qml

2011-04-19 Thread galeyte
And i stop using OAuth javascript library, and i'm getting the same basestring and signature as oauth library examples Here is the authorization header i send : OAuth realm='', oauth_nonce=1W3hagbtydTy8GBfkqxS3imJUDUfINi, oauth_timestamp=1303220837, oauth_consumer_key=[CONSUMER_KEY],

[twitter-dev] Re: Single Authentication for an App

2011-04-19 Thread ton
Hi Arnaud, I'll try it (should work i think) the X-FeatureRateLimit-Reset header question had actually nothing to do with the oauth question. in the docs i could not find what happens if the limit is reset. I guess after that every authenticated call will just work again So in my mind it should

[twitter-dev] The remote server returned an error: (401) Unauthorized.

2011-04-19 Thread The World Connection
I'm using TwitterVB and for some reason in the last week I've been receiving the following error. The remote server returned an error: (401) Unauthorized. I'm using the following code structure. http://twittervb.codeplex.com/wikipage?title=OAuth%20Web%20Tutorial Nothing changed. I've tried to

[twitter-dev] shell filtered search?

2011-04-19 Thread drivebyed
Hi all having a bit of trouble working out how to filter the public_timeline with some keywords like you can do with the streaming api. Sadly due to the nature of my app the streaming api is not suitable. Is what I'm asking possible? ideally something like... twurl 'track=london'

[twitter-dev] Re: error 401 failed oauth_signature and token / javascript - qml

2011-04-19 Thread galeyte
Hi again, So i've deleted my previous code, and started again to respect twitter's doc and oauth thing i've seen before. Here is my new code, header-based, calling the good endpoint url : function getSignature() { var nonce = OAuth.nonce(31); var time = OAuth.timestamp(); var

Re: [twitter-dev] Re: 401 Unauthorized Responses to requests signed with whitelisted account

2011-04-19 Thread Matt Harris
Hi Chris, Our policy team are the beat ones to contact about this as they have access to the information about why the app was suspended. You can contact them through a...@twitter.com . When you contact them let then know what you've put in the email below and include the ticket number of

[twitter-dev] Listing old Twits

2011-04-19 Thread Thony Conde
I would list the twits of a hash tag # of the last three months. The frequency of twits is low in this # hashtags. A maximum of 100 postings per month. Where can I find any documentation talking about? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via

Re: [twitter-dev] The remote server returned an error: (401) Unauthorized.

2011-04-19 Thread Matt Harris
Hi Nathan, So we can help diagnose the problem could you inspect the response body that comes back from your request to the API. It contains an explanation of why the 401 is being returned and let's us know how to proceed. Best @themattharris On Apr 19, 2011, at 11:17, The World Connection

[twitter-dev] Site Streams beta update

2011-04-19 Thread Taylor Singletary
Hi Developers, We know a lot of you are excited to get started with Site Streams ( http://dev.twitter.com/pages/site_streams ), but the API will continue to be in beta for at least the next few months as we continue preparing it for wider release. During the beta, the criteria we're looking for

[twitter-dev] Re: OAuth

2011-04-19 Thread s4l4x
Looks like this might be the case. If so, is there a web app out there that will let me authorize my app for a particular user (myself)? Thanks!! On Apr 19, 12:14 am, s4l4x planof...@gmail.com wrote: Hi all. I'm new to OAuth and have a basic question. Does using OAuth require the user to login

Re: [twitter-dev] Site Streams beta update

2011-04-19 Thread M. Edward (Ed) Borasky
On Tue, Apr 19, 2011 at 11:54 AM, Taylor Singletary taylorsinglet...@twitter.com wrote: Site Streams does not support any of the search/track features of the User Streams, so if your application requires these capabilities, Site Streams may not be the right fit. Some developers have asked for

[twitter-dev] Re: don't work Japanese

2011-04-19 Thread noki
hoshi67 kunih...@koutake.com wrote: I have a problem it is about twitter API ex.http://stream.twitter.com/1/statuses/filter.json?track=* * is English word   OK but * is Japanese KANJI  HIRAGANA KATAKANA  don't work :( so what can I do for this problem... @hoshi67 Hi, Did

[twitter-dev] Re: Site Streams beta update

2011-04-19 Thread Mohan Arun
Site Streams does not support any of the search/track features of the User Streams, so if your application requires these capabilities, Site Streams may not be the right fit. Are there plans for Site Streams to support search/track features in the future? What if you want to filter by a search

[twitter-dev] Re: Listing old Twits

2011-04-19 Thread Mohan Arun
On Apr 19, 8:56 pm, Thony Conde thonyco...@gmail.com wrote: I would list the twits of a hash tag # of the last three months. The frequency of twits is low in this # hashtags. A maximum of 100 postings per month. Where can I find any documentation talking about? I think twitter only retains