[twitter-dev] Re: ASP .NET Development Issue w/OAuth Callback Parameter

2009-08-09 Thread Andrew Badera
DotNetOpenAuth

On Sun, Aug 9, 2009 at 2:18 AM, mistermaxx  wrote:

>
> So, uh...anybody got any working ASP.Net/VB.Net oAuth code that they
> don't mind posting? Help a brother out?
>


[twitter-dev] Re: ASP .NET Development Issue w/OAuth Callback Parameter

2009-08-08 Thread mistermaxx

So, uh...anybody got any working ASP.Net/VB.Net oAuth code that they
don't mind posting? Help a brother out?


[twitter-dev] Re: ASP .NET Development Issue w/OAuth Callback Parameter

2009-07-28 Thread ramesh s
Hello Abraham,

Thanks for helping me out. I was using a different code before and then I
used your code and it works like a charm.
Thanks for making that code so simple.


regards
R

On Mon, Jul 27, 2009 at 4:10 PM, Abraham Williams <4bra...@gmail.com> wrote:

> Are you adding oauth_callback to the oauth/request_token call? Along with
> the request_token you should be getting an oauth_callback_confirmed=true.
> Passing a callback url with a user when they go to authorize access does not
> work anymore:
>
>
> http://groups.google.com/group/twitter-api-announce/browse_frm/thread/472500cfe9e7cdb9?hl=en
>
> Abraham
>
> On Mon, Jul 27, 2009 at 15:49, mattarnold1977 
> wrote:
>
>>
>> I've been able to create a successful web request to receive an auth
>> token from Twitter.  However, Twitter is not sending me back to my
>> development environment even though I have put the oauth_callback
>> parameter on my request.  It even shows my call back parameter in the
>> URL on the Twitter oAuth authentication page.
>>
>> I'm wondering if anyone else is using VS 08 (ASP .NET) as their
>> development environment and were able to successfully get the oAuth
>> call back parameter to redirect back to their development environment?
>>
>> -Matt
>>
>
>
>
> --
> Abraham Williams | Community Evangelist | http://web608.org
> Hacker | http://abrah.am | http://twitter.com/abraham
> Project | http://fireeagle.labs.poseurtech.com
> This email is: [ ] blogable [x] ask first [ ] private.
>


[twitter-dev] Re: ASP .NET Development Issue w/OAuth Callback Parameter

2009-07-28 Thread mattarnold1977

AB,

I'm using http://localhost as my call back parameter.  But, Twitter
just sends me back to my registered application site 
http://www.populartweets.com

-Matt

On Jul 27, 8:49 pm, Andrew Badera  wrote:
> On Mon, Jul 27, 2009 at 6:49 PM, mattarnold1977
> wrote:
>
>
>
> > I've been able to create a successful web request to receive an auth
> > token from Twitter.  However, Twitter is not sending me back to my
> > development environment even though I have put the oauth_callback
> > parameter on my request.  It even shows my call back parameter in the
> > URL on the Twitter oAuth authentication page.
>
> > I'm wondering if anyone else is using VS 08 (ASP .NET) as their
> > development environment and were able to successfully get the oAuth
> > call back parameter to redirect back to their development environment?
>
> > -Matt
>
> As I think I'd mentioned off-list, I'm able to redirect no problem, using
> VS05 or VS08 or even VS10 VPC.
>
> I'm able to default to my registered callback, and I'm able to provide an
> oauth_callback value for testing (localhost) that works without difficulty.
>
> What oauth_callback value are you providing, and what URL are you ending up
> at?
>
> --ab


[twitter-dev] Re: ASP .NET Development Issue w/OAuth Callback Parameter

2009-07-27 Thread Andrew Badera
1. Don't post your secret values.


On Mon, Jul 27, 2009 at 7:19 PM, ramesh s  wrote:

>
>
> I am trying hard but not able to generate token. I am using the code from
> http://oauth.googlecode.com/svn/code/php/ and I am using it on my test
> server. But for some reason it is always giving me
>
> "invalid consumer"
> ___
>
>
>


[twitter-dev] Re: ASP .NET Development Issue w/OAuth Callback Parameter

2009-07-27 Thread ramesh s
I am trying hard but not able to generate token. I am using the code from
http://oauth.googlecode.com/svn/code/php/ and I am using it on my test
server. But for some reason it is always giving me

"invalid consumer"
___

OAuthRequest Object ( [parameters:private] => Array ( [oauth_consumer_key]
=> buWIzbM7RPf1CNM3wlpZhg [oauth_nonce] =>  [oauth_signature] => =
[oauth_signature_method] => HMAC-SHA1 [oauth_timestamp] => 1248735987
[oauth_version] => 1.0 ) [http_method:private] => GET [http_url:private] =>
http://com:80/example/request_token.php?oauth_consumer_key=buWIzbM7RPf1CNM3wlpZhg&oauth_nonce=01ae9584f72ed7b72e5b3bf7da503802&oauth_signature=VCCIt4nNFKZn6wXhh6OEXwCoc4Y%3D&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1248735987&oauth_version=1.0
[base_string] => )

I am not able to figureout where I am going wrong . Please please help

R


On Mon, Jul 27, 2009 at 4:10 PM, Abraham Williams <4bra...@gmail.com> wrote:

> Are you adding oauth_callback to the oauth/request_token call? Along with
> the request_token you should be getting an oauth_callback_confirmed=true.
> Passing a callback url with a user when they go to authorize access does not
> work anymore:
>
>
> http://groups.google.com/group/twitter-api-announce/browse_frm/thread/472500cfe9e7cdb9?hl=en
>
> Abraham
>
> On Mon, Jul 27, 2009 at 15:49, mattarnold1977 
> wrote:
>
>>
>> I've been able to create a successful web request to receive an auth
>> token from Twitter.  However, Twitter is not sending me back to my
>> development environment even though I have put the oauth_callback
>> parameter on my request.  It even shows my call back parameter in the
>> URL on the Twitter oAuth authentication page.
>>
>> I'm wondering if anyone else is using VS 08 (ASP .NET) as their
>> development environment and were able to successfully get the oAuth
>> call back parameter to redirect back to their development environment?
>>
>> -Matt
>>
>
>
>
> --
> Abraham Williams | Community Evangelist | http://web608.org
> Hacker | http://abrah.am | http://twitter.com/abraham
> Project | http://fireeagle.labs.poseurtech.com
> This email is: [ ] blogable [x] ask first [ ] private.
>


[twitter-dev] Re: ASP .NET Development Issue w/OAuth Callback Parameter

2009-07-27 Thread Andrew Badera
On Mon, Jul 27, 2009 at 6:49 PM, mattarnold1977
wrote:

>
> I've been able to create a successful web request to receive an auth
> token from Twitter.  However, Twitter is not sending me back to my
> development environment even though I have put the oauth_callback
> parameter on my request.  It even shows my call back parameter in the
> URL on the Twitter oAuth authentication page.
>
> I'm wondering if anyone else is using VS 08 (ASP .NET) as their
> development environment and were able to successfully get the oAuth
> call back parameter to redirect back to their development environment?
>
> -Matt
>


As I think I'd mentioned off-list, I'm able to redirect no problem, using
VS05 or VS08 or even VS10 VPC.

I'm able to default to my registered callback, and I'm able to provide an
oauth_callback value for testing (localhost) that works without difficulty.

What oauth_callback value are you providing, and what URL are you ending up
at?

--ab


[twitter-dev] Re: ASP .NET Development Issue w/OAuth Callback Parameter

2009-07-27 Thread Abraham Williams
Are you adding oauth_callback to the oauth/request_token call? Along with
the request_token you should be getting an oauth_callback_confirmed=true.
Passing a callback url with a user when they go to authorize access does not
work anymore:

http://groups.google.com/group/twitter-api-announce/browse_frm/thread/472500cfe9e7cdb9?hl=en

Abraham

On Mon, Jul 27, 2009 at 15:49, mattarnold1977 wrote:

>
> I've been able to create a successful web request to receive an auth
> token from Twitter.  However, Twitter is not sending me back to my
> development environment even though I have put the oauth_callback
> parameter on my request.  It even shows my call back parameter in the
> URL on the Twitter oAuth authentication page.
>
> I'm wondering if anyone else is using VS 08 (ASP .NET) as their
> development environment and were able to successfully get the oAuth
> call back parameter to redirect back to their development environment?
>
> -Matt
>



-- 
Abraham Williams | Community Evangelist | http://web608.org
Hacker | http://abrah.am | http://twitter.com/abraham
Project | http://fireeagle.labs.poseurtech.com
This email is: [ ] blogable [x] ask first [ ] private.