I'm trying to use XAuth with TweetSharp.  I have my app approved by
Twitter for XAuth access.  I can call the XAuth funciton as per the
TweetSharp sample and I don't recieve an error  - however, the
returned ScreenName, Token, and TokenSecret are all "?" and the userID
is 0.


The code is dead simple:
            TwitterService service = new TwitterService("consumer
key", "consumer secret");
            OAuthAccessToken access =
service.GetAccessTokenWithXAuth("uname","pwd");

Any ideas as to what could be happening?   Given a user token and
secret, my app has no problem authenticating and making any necessary
calls.

Thanks.

-- 
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