Re: [twitter-dev] "Does user X follow user Y?"

2011-05-06 Thread Adriaan Pelzer
Hi Dave, I've looked on http://twitter.com/dmethvin - seems there's no friendship between dmethvin and rid00z - follow rid00z from dmethvin, and then make the call again. It should show the one directional friendship. Adriaan Pelzer //))//\\//\\||// //\\//7//7///\\ putting you in touch with yo

Re: [twitter-dev] Re: At Reply Spam

2011-05-06 Thread Arnaud Meunier
Dewald, These rules apply to third party apps. @twittersuggests is not a third party app, but an experimental feature, developed and owned by Twitter. Now I can also understand this "Do as I Say, not as I Do" situation can be irritating. But I guess the best thing to do at this point is probably

Re: [twitter-dev] Re: At Reply Spam

2011-05-06 Thread M. Edward (Ed) Borasky
It's an @reply spambot, pure and simple. There is no vetting of suggested users - it didn't take either me or Marshall Kirkpatrick long to find a tweeter that was not safe for work in @twittersuggests' stream. It's a bad idea - Twitter needs to quit screwing around with stuff like this and solve p

[twitter-dev] Re: Network Error: 204 ("Response error: "Failed to validate oauth signature and token")

2011-05-06 Thread pga
SOLVED. On simulator it was working well but device had set incorrect date/time. On 4 Maj, 08:53, pga wrote: > Hi Taylor, > > Thank you for your input. Here are details: > > 1. Additional sources: > void OAuthTwitter::authorizeXAuth(const QString &username, const > QString &password) > { >     Q

[twitter-dev] Re: At Reply Spam

2011-05-06 Thread Dewald Pretorius
Arnaud, Know what I totally cannot understand? Why is it that Twitter, through various spokespersons, continually reinforces the impression that they pay scant lip service to the alleged notion that they value the third party developer ecosystem? Under any circumstances, "Do as I say, not as I do

RE: [twitter-dev] Re: At Reply Spam

2011-05-06 Thread Dean Collins
Arnaud, If you guys want a suggestion on what Twitter should be working on then my list would include things that corporates would actually want to pay money for including analytics and analysis on who is viewing my tweets. The day Twitter pony up and start allowing paid accounts is the day I k

RE: [twitter-dev] Re: At Reply Spam

2011-05-06 Thread Dean Collins
and the day I work out its They're instead of Their is the day I'm serious, lol -oops. Cheers, Dean -Original Message- From: Dean Collins Sent: Friday, May 06, 2011 6:23 AM To: 'twitter-development-talk@googlegroups.com' Subject: RE: [twitter-dev] Re: At Reply Spam Arnaud, I

[twitter-dev] Considering about "someone already used the token information" using Excel VBA

2011-05-06 Thread ari_endo
Hello again, This is my thought on "Woah there!" message: I have already got my own ID as a twitter user before registering my application. First, I tried to get another twitter ID as a Consumer (which I thought is necessary) in order to log in for registering my application. But I could not fin

[twitter-dev] Constantly searching Twitter

2011-05-06 Thread Disaster
I wonder if anyone can help me, I'm getting a little confused as to which API to use. If anyone can offer some guidance I would really appreciate it. I'm trying to create an website where users can monitor Twitter for certain hashtags. The site will continually search twitter for any new updates a

[twitter-dev] Just Registered Twitter App But it does not show or work

2011-05-06 Thread pkellner
I just registered a twitter app. It gave me the key and secret but it gives me 401 when I hit the service and it does not show me the app in "my apps" on the dev.twitter.com site. Does it take a while? I can't find any notes that lead me to believe I need to wait for some kind of approval. -- Tw

[twitter-dev] Adding more users to the twitter stream listener

2011-05-06 Thread Ray Slakinski
I'm working on a program that uses the stream api to listen for tweets from a list of users, if that list of user changes it appears to me that I need to drop connection and reconnect in order to listen to the new list of users even if its just to add one new user. If I do this I could loose tweets

[twitter-dev] Hi, I believe in twitter

2011-05-06 Thread mark nejmeh
Just writing here to introduce myself. I am developing a news site www.nujobi.com. I will be implementing twitter into the site for write only. Any suggestions please respond. Basically I will have a tweet box for posts and comments. All feeding to our twitter account Nujobi Thanks Mark_Nejmeh 732

[twitter-dev] Secure xAuth Consumer key and Secret in app

2011-05-06 Thread Adrian5555
Hi Have been trying xAuth to authenticate a user in an iphone/android app made with Phonegap/HTML/JS. The connection works well but i cant see a good way to secure the Consumer key and Secret in the app. Apps can obviously be decompiled and these parameters can be discovered but Twitter allows th

[twitter-dev] Re: What's the best practices when creating a mobile app as an extension to a web app in regards to oauth?

2011-05-06 Thread Brian Sutorius
Bess, we do recommend that you register a separate application for each platform to avoid user confusion (for example, if a user revokes an app's access from their account settings, even with the intent to just revoke access to an Android version and not a Windows version or web client, they still

[twitter-dev] post after login

2011-05-06 Thread Gustavo Bergamo
Hey Everyone! I'm in trouble... I want to make a button that, when the user clicks, you will log in on twitter and then post something pre-defined. Here's my code [code] - (IBAction)twitterButton_touch:(id)sender { if(!_engine){ _engine = [[SA_OAuthTwitterEngine alloc] initOAuthWithDele

Re: [twitter-dev] window.open() and OAuth

2011-05-06 Thread Ben Ward
Hi Corey, Thanks for your feedback. On May 5, 2011, at 8:15 AM, Corey Ballou wrote: > Your new OAuth authentication handler does a check to determine if the > window has been opened in a new window and triggers a resize. > > I'll preface this message by saying that I have a high res monitor at

[twitter-dev] Screen_name for a large list of users id

2011-05-06 Thread Manuel
I trying to get the screen_name from a large list (like 1000) users id. I was using users/show but i get rate-limit. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google

Re: [twitter-dev] Screen_name for a large list of users id

2011-05-06 Thread Taylor Singletary
Let me introduce you to users/show's big brother, users/lookup. http://dev.twitter.com/doc/get/users/lookup -- users/lookup allows you to query up to 100 user_ids at a time (though I recommend using 80 per request for better performance). If you need to lookup more than 350 * 80 (or 100) users per

Re: [twitter-dev] Adding more users to the twitter stream listener

2011-05-06 Thread Shannon Whitley
I need to attack this issue too, so I'm looking forward to suggestions. On Fri, May 6, 2011 at 9:35 AM, Ray Slakinski wrote: > I'm working on a program that uses the stream api to listen for tweets > from a list of users, if that list of user changes it appears to me > that I need to drop connect

[twitter-dev] Re: window.open() and OAuth

2011-05-06 Thread Bess
Hi Ben, Could you confirm this popup window resizing issue is only relating to Win7 only? On May 6, 2:01 pm, Ben Ward wrote: > Hi Corey, > > Thanks for your feedback. > > On May 5, 2011, at 8:15 AM, Corey Ballou wrote: > > > Your new OAuth authentication handler does a check to determine if the

[twitter-dev] Complex bug?

2011-05-06 Thread Mark Krieger
We have Site Streams pretty much working here in Rooster-land, need to do some cron cleanup, but everything is looking very happy, the Site Streams and the Rest API windows have been running side by side for quite a while, all looking very 'the same' yay. Thanks Taylor, this is wonderful, and your

[twitter-dev] 403 error during status update

2011-05-06 Thread j2me
Hello everyone I was able to get token and secret and able to get the timeline of the user. But when i tried to update status i get 403 error. And I am not being able to get the error response. All I get is 403 error which says Forbidden. When I try to get the actual response I exception is thrown.

[twitter-dev] lists/statuses not work with count option

2011-05-06 Thread noki
Hi, I noticed "lists/statuses" API end point does not work with count option but work with per_page option. The API document( http://dev.twitter.com/doc/get/lists/statuses ) mentions on count option to specifies the number of tweet to get. But http://api.twitter.com/1/lists/statuses.xml?list_id=

[twitter-dev] Earn $1000-$2500 per month

2011-05-06 Thread mano a
Earn $1000-$2500 per month If you Register your name You Get Sign-up bonus $5 AND Get $.20 cent for each referral. Further details http://www.earnbyforex.com/index.php?id=35678365 ***

[twitter-dev] Someone can help me in this situation ?

2011-05-06 Thread anirudha gupta
I have twitter account who i used for create a new application twitter. suddenly i revoke access of all application i used to access twitter so i deleted the account on twitter. now i don't know what happen with the first application i register in twitter. i try to access them in twitter and i am