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 Thu, Jan 6, 2011 at 11:28 AM, rocky singh <
rocky.singh1234567...@gmail.com> wrote:

> 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 = request.AsToken();
> Now when I have the callbackurl like
> http://MyDomain.com?ReturnUrl=/test.aspx
> the result is null else it is working fine if I don't have the return
> url in it. May I know what is the solution for it ?
>
> --
> Twitter developer documentation and resources: http://dev.twitter.com/doc
> API updates via Twitter: http://twitter.com/twitterapi
> Issues/Enhancements Tracker:
> http://code.google.com/p/twitter-api/issues/list
> Change your membership to this group:
> http://groups.google.com/group/twitter-development-talk
>

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

Reply via email to