[twitter-dev] Re: Suggestion: Search for [hashtag] but exclude people following [username] from the results

2010-08-02 Thread tsharp
Thanks Cameron. I thought as much. I hope the team take it on as a suggestion. Although I imagine this is quite a demanding task. 1 million plus followers for some accounts would be a big filter! On Aug 2, 2:38 am, Cameron Kaiser spec...@floodgap.com wrote: I've been searching for the below

[twitter-dev] Getting Mentions using API (not for authenticated user)

2010-08-02 Thread @evanmrose
Hi Everyone, I have a script that was happily grabbing all of the @ mentions for certain twitter handles ('http://search.twitter.com/search.json?q=%40) as per http://apiwiki.twitter.com/Twitter-Search-API-Method:-search I just joined the group but as of the past several days, the @mentions have

[twitter-dev] Twitter OAuth Example?

2010-08-02 Thread ganteng
Hi everyone, could somebody please help me I need a simple Twitter OAuth example that fully running along with the source code I've tried some example that I found in the internet but all of them is not running and the code is in a mess (unreadable) please help me my brothers and sisters :)

[twitter-dev] Re: Twitter OAuth Example?

2010-08-02 Thread Konpaku Kogasa
could somebody please help me I need a simple Twitter OAuth example that fully running along with the source code 1. What particular language are you using? 2. To better tailor your response, what part of the OAuth process is difficult to understand? - Konpaku

Re: [twitter-dev] Re: Cannot access homepage/timeline for over 24 hours

2010-08-02 Thread Taylor Singletary
Hi Everyone, Are you still experiencing this issue of getting a 500 when you load your home page? We had a brief time on Saturday where there were some systematic issues (and scheduled maintenance). Thanks, Taylor On Sun, Aug 1, 2010 at 7:35 AM, xfreakyn cheryl_funkys...@hotmail.comwrote:

Re: [twitter-dev] Can i hav an Auto Response to Tweets via API.

2010-08-02 Thread Taylor Singletary
We have a few rules on automation that are germaine to all who are considering building applications like this: http://support.twitter.com/articles/76915-automation-rules-and-best-practices Taylor On Sun, Aug 1, 2010 at 7:37 AM, Cameron Kaiser spec...@floodgap.com wrote: We can read Tweets

Re: [twitter-dev] Getting all retwitts for a specific twitt

2010-08-02 Thread Taylor Singletary
There would be no stable way to accomplish querying for all retweets performed on a specific Tweet using the REST or Search API today. A path to accomplishing this would be through the Streaming API ( http://dev.twitter.com/pages/streaming_api_methods#statuses-retweet ) -- specifically the retweet

Re: [twitter-dev] Getting Mentions using API (not for authenticated user)

2010-08-02 Thread Taylor Singletary
The mentions timeline via the REST API requires authentication as you noticed. While you can use the search API for this, your results will be limited by the tweets that enter the Search API's archive (more about what you won't find in the Search API:

[twitter-dev] Image Uploading

2010-08-02 Thread dominiek
Hi there, My name is Dominiek ter Heide and I have a little gimmicky project called Blinkly, slick profile image overlays: http://blink.ly/ Ever since about a month ago I've been experiencing some problems with image uploading through the REST API. I managed to fix this (meaning less failures)

Re: [twitter-dev] Image Uploading

2010-08-02 Thread Taylor Singletary
Hi @dominiek, Here's that state of image uploading and the Twitter API (and website): Up until very recently, image upload via the API or on the site was a bit of a crap shoot -- it was a synchronous process, and if our servers couldn't process the image quickly enough or ran into any problems,

[twitter-dev] Using twitter @nywhere with rest api

2010-08-02 Thread worshamweb
This is probably an easy one, but I haven't been able to figure it out, and I can't find anything on the web that points me in the right direction. Is there a way to use @nywhere and the rest api of without forcing the user to log in twice? I like the features of @nywhere, but also need ability

[twitter-dev] Re: Image Uploading

2010-08-02 Thread dominiek
Ah, that makes sense, I'll wait for the black bar effect fixes then. Thanks! On Aug 2, 7:19 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi @dominiek, Here's that state of image uploading and the Twitter API (and website): Up until very recently, image upload via the API or on

[twitter-dev] Re: Open-source, distributed PHP app and consumer secret

2010-08-02 Thread Michael Babcock
Hi Tom, Thanks for the thoughts. I like your second solution. To host a tweet service on my site (You can use your own server as a service which sends all requests to twitter. ). I spoke with a colleague of mine and his advice was the same. My question (concern) is doesn't this open me up as a

Re: [twitter-dev] Getting Mentions using API (not for authenticated user)

2010-08-02 Thread @evanmrose
Gotcha, So basically there is no way to grab only the @mentions for specific handles? It was working just fine using the Search API until very recently (past week) so I dont think the search limitations were the issue. Was the archive purged in the past week? If so, is there any plan to

[twitter-dev] Re: OAuth page showing opening and ending tag mismatch

2010-08-02 Thread Jonathan del Strother
I'd assume the language depends on the http Accept-Language header, but just changing that doesn't seem sufficient to trigger the bug. On Jul 27, 3:21 am, Bess bess...@gmail.com wrote: I don't see that error on mobile Twitter page but I am testing it in US. Do you think it is related to

[twitter-dev] Frequent errors when using OAuth, none when using basic

2010-08-02 Thread Charles
I sent the following to Twitter support via their web form; they suggested I should post here instead. - I currently have two automated accounts, thethirdstroke and this one (servologyalerts). thethirdstroke tweets every hour on the hour, and has been working fine for a long time. I

[twitter-dev] Re: Twitter OAuth Example?

2010-08-02 Thread Bess
Yes it is Depending on which 3rd party library. Be ware of the publishing date of those info b/c there has been a lot of changes. I can confirmed that I am able to 1) Oauth in web app PHP 2) Oauth in Samsung bada C++ 3) Oauth in Android SDK 2.1 Java I am confirming that it can be done b/c I

[twitter-dev] lets test OAuth POST using this client

2010-08-02 Thread Jacky
Amy users using this REST client to test OAuth header https://addons.mozilla.org/en-US/firefox/addon/9780/ so we can have a common base to check against

[twitter-dev] Re: Twitter OAuth Example?

2010-08-02 Thread Bess
Exactly how many developers out there are having troubles with OAuth? I don't hear too many complaints in developer events except many developers are still having UXP issues on OAuth in mobile native app. There is no good solution using OAuth and Callback Out-of-band. On Aug 2, 6:17 pm, Bess