Windows 7 (64-bit), VS2008SP1, .NET3.5, C#, Windows Azure, TweetSharp
1.0

I have a Twitter application with a Callback URL: http://twitterlocal.com/
Mydefault.aspx

This will do just fine for some of my use cases. On other occasions
however, I want to call back to a different page.

I tried the following, expecting that after the user entered their
Twitter credentials that Twitter would return to “Myspecial.aspx”, but
it instead returned to Mydefault.aspx  –

String callback = “http://twitterlocal.com/Myspecial.aspx
var authorizeUrl =
FluentTwitter.CreateRequest().Authentication.GetAuthorizationUrl(request.Token,
callback);
Response.Redirect(authorizeUrl);

Is a something else I should be doing, or is there another approach I
should be taking?


-- 
Subscription settings: 
http://groups.google.com/group/twitter-development-talk/subscribe?hl=en

Reply via email to