Do you mean here <http://tweetsharp.codeplex.com/Thread/List.aspx>?
On Apr 17, 10:17 am, Andrew Badera <[email protected]> wrote: > Though you may get an answer here, this is a question better off on > the tweetsharp list/group/project site. > > ∞ Andy Badera > ∞ +1 518-641-1280 Google Voice > ∞ This email is: [ ] bloggable [x] ask first [ ] private > ∞ Google me:http://www.google.com/search?q=andrew%20badera > > > > On Sat, Apr 17, 2010 at 1:15 PM, Rich <[email protected]> wrote: > > 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- > > Hide quoted text - > > - Show quoted text -
