Re: [twitter-dev] Send a tweet with custom login C++ (BEGINNER)

2011-06-08 Thread BJ Weschke
Basic Auth has been disabled/deprecated for some time now. You'll need to use oAuth. On 6/8/2011 1:33 PM, kamesh SmartDude wrote: U can use Basic Authentication. u have to send the user credentials in the Header. (But this is not a secured way) //kamesh On Wed, Jun 8, 2011 at 9:42 PM, sham

Re: [twitter-dev] Twitter login facility on my website

2011-01-26 Thread BJ Weschke
Bless you for the initial research and letting the coder just go and sling code. :-) Using the @Anywhere JS library, you'll want to have your developer check here: http://dev.twitter.com/anywhere/begin#login-signup On 1/26/2011 7:09 AM, Madswede wrote: Hi, Not a technical person but would

Re: [twitter-dev] Re: Invalid / expired Token

2010-09-28 Thread BJ Weschke
Are you certain that you're using the access token and secret received and not the request token and secret? Rajendra Singh wrote: Help anyone? On Sep 6, 7:16 pm, Rajendra Singh wrote: Hi Tom, Yes I did fill in those values correctly. On Sep 6, 5:44 pm, Tom van der Woerdt wrote:

Re: [twitter-dev] Re: How i can logout using oauth or rest api of twitter?

2010-08-19 Thread BJ Weschke
I asked about the very same thing a few weeks back. It doesn't seem like such a thing exists yet. On 8/19/2010 1:53 PM, Ken wrote: An API method allowing a user to revoke your credentials from within your app, as users can do through http://twitter.com/settings/connections - if they manage to

[twitter-dev] Expire remove oAuth access_token via API

2010-07-29 Thread BJ Weschke
Excuse the redundancy of this question if it's been asked already, but prior Google searches didn't turn up any clear guidelines. Is there a way presently to have a user disqualify/expire their access_token for a given application via an API call? I understand that we can just drop the access_

Re: [twitter-dev] Retrieving new tweets for 40-60 thousand users

2010-07-20 Thread BJ Weschke
The streaming API. On 7/20/2010 10:43 AM, PBro wrote: Hi, We are developing an application with which we want to give a message to a user that one of his friends has posted a new tweet. This application is expected to have 40-60 thousand users, so separate api-call's isn't the best option. Wha

Re: [twitter-dev] Scheduled Twitter API Network Maintenance, June 16th @ 6-7:30 AM PDT 21

2010-06-16 Thread BJ Weschke
vated risk of this measurement that is only useful during a peak event and is necessary to add appropriate capacity and balance load. On Wed, Jun 16, 2010 at 6:44 AM, BJ Weschke wrote: A "planned" maintenance from 9-10:30A EDT and during one of the World Cup games? Wow. I hope i

Re: [twitter-dev] Scheduled Twitter API Network Maintenance, June 16th @ 6-7:30 AM PDT 21

2010-06-16 Thread BJ Weschke
A "planned" maintenance from 9-10:30A EDT and during one of the World Cup games? Wow. I hope it's really important. Taylor Singletary wrote: Hi Developers, A little late notice, but just wanted to make sure you've all seen what was posted on the Twitter status blog a bit earlier: MAINT

Re: [twitter-dev] Re: Annotations Hackfest

2010-05-26 Thread BJ Weschke
I realize it may not be logistically possible just yet, but you may also want to throw some consideration for an additional hackfest for those closer to the east coast. (Eg-NYC) Sent from my Verizon Wireless BlackBerry -Original Message- From: themattharris Date: Wed, 26 May 2010 15:3

Re: [twitter-dev] Oauth authenticated user

2010-05-19 Thread BJ Weschke
Use the force_login parameter on authenticate and set it to true? http://apiwiki.twitter.com/Twitter-REST-API-Method:-oauth-authenticate On 5/19/2010 9:06 AM, Gary Zukowski wrote: Dean, Exactly the same concern I have. We're going to store the access tokens in the db under their user prof

Re: [twitter-dev] Re: My applications were Suspended

2010-04-23 Thread BJ Weschke
n Meyer wrote: On 4/23/2010 2:01 PM, BJ Weschke wrote: Hey Brian - Why don't you guys eat your own dog food and use Direct Messaging to the account that registered the app instead of email ? That way, you have some sort of audit trail for the notifications, no? When I worked through the iss

Re: [twitter-dev] Re: My applications were Suspended

2010-04-23 Thread BJ Weschke
Hey Brian - Why don't you guys eat your own dog food and use Direct Messaging to the account that registered the app instead of email ? That way, you have some sort of audit trail for the notifications, no? When I worked through the issue that I had with one of my apps with you, I hadn't

Re: [twitter-dev] dev.twitter.com

2010-04-14 Thread BJ Weschke
I completely agree. Nice job! Sent from my Verizon Wireless BlackBerry -Original Message- From: Atul Kulkarni Date: Wed, 14 Apr 2010 16:38:32 To: Subject: Re: [twitter-dev] dev.twitter.com +1... this is nice. On Wed, Apr 14, 2010 at 4:27 PM, Dewald Pretorius wrote: > Okay, this se

Re: [twitter-dev] Re: How to keep my website logged in to twitter so everyone can post to my twitter account ?

2010-03-31 Thread BJ Weschke
I think you're looking for this: http://apiwiki.twitter.com/OAuth-Examples There's PHP examples right at the top. On 3/31/2010 4:32 PM, Dinamito wrote: Can you tell me where I can learn how to do it? Thanks a lot On Mar 30, 6:58 pm, Abraham Williams<4bra...@gmail.com> wrote: They wil

Re: [twitter-dev] OAuth confusion

2010-03-31 Thread BJ Weschke
Use oauth to get an access token. Once you've gotten the access token by the user approving the app to act on their behalf, that user need not be authenticated again. You only need the access token that you got through the original oAuth handshake. On 3/31/2010 3:59 PM, Edward Caine wrote: H

Re: [twitter-dev] Re: How Does TwittPic Works ?

2010-02-04 Thread BJ Weschke
They do. They already generate a form authenticity token that you have to submit back with the other relevant form data in order for your submission to be authentic. Zac Bowling wrote: Yes, what magic is this? I'm confused. It takes username and password but then uses OAuth? I wonder if they

Re: [twitter-dev] Deleting account, then recreating it

2010-01-27 Thread BJ Weschke
You wait. http://mashable.com/2010/01/19/twitter-username-land-grab/ Bardia Afshin wrote: Hi, I've deleted my twitter account eg) UserNameHere, and now that I want to create the same account name to eg) UserNameHere I get the follo