twitter - TweetSharp ‘GetRequestToken’ return no token on Windows Phone 7.1 -


i'm trying share picture twitter in app tweetsharp, code follow:

twitterservice twitterapi = new twitterservice("my_consumerkey", "my_consumerkey_secret"); twitterapi.getrequesttoken(twitterprocessrequesttoken);  private void twitterprocessrequesttoken(oauthrequesttoken token, twitterresponse response) {     //... } 

but when twitterprocessrequesttoken invoked, token null , response.statuscode 'not found'.

because i'm in china , government has forbidden accessing twitter.com gfw, have set proxy access twitter.com. don't know if proxy lead problem. access twitter ie integrated in wp7.

so how can fix problem?

i solved problem. because use proxy server across gfw , proxy server resist authentication request


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -