Re: [twitter-dev] Issue with return url in callback url in Twitter API

2011-01-07 Thread Matt Harris
Hi Rocky, Your callback domain looks to be missing the slash separating the domain from the querystring. Try instead the format (notice the slash before the ?): http://MyDomain.com/?ReturnUrl=/test.aspx Best @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On

[twitter-dev] Issue with return url in callback url in Twitter API

2011-01-06 Thread rocky singh
Hi, I have an issue while haiving return url param in callback url in this code: var requestToken = FluentTwitter.CreateRequest() .Authentication.GetRequestToken(consumerKey, consumerSecret, callbackUrl); var request = requestToken.Request(); var result =