Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/csharp-4.0/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Windows phone 7 如何为我的wp应用程序获取授权码以进行google身份验证?_Windows Phone 7_C# 4.0_Oauth_Oauth 2.0_Google Authentication - Fatal编程技术网

Windows phone 7 如何为我的wp应用程序获取授权码以进行google身份验证?

Windows phone 7 如何为我的wp应用程序获取授权码以进行google身份验证?,windows-phone-7,c#-4.0,oauth,oauth-2.0,google-authentication,Windows Phone 7,C# 4.0,Oauth,Oauth 2.0,Google Authentication,在我的WP7.5应用程序中,我已将用户重定向到google网页,在该网页上,要求用户授予该应用程序访问其帐户的权限,用户单击“是”,但它将重定向到一个有代码的页面,并且支持用户将其复制/粘贴到我的应用程序 答案是 请复制此代码,切换到您的应用程序并将其粘贴到: 4/3OHAHTQSK1CQA3S8LESUQRAE08E.4nCBpXhR-R8WgrKXntQAax02U4CwcgI-认证代码 我想,当用户按ok时,用那个代码返回到我的应用程序,有什么办法吗 -SheikAbdullah如果您使用

在我的WP7.5应用程序中,我已将用户重定向到google网页,在该网页上,要求用户授予该应用程序访问其帐户的权限,用户单击“是”,但它将重定向到一个有代码的页面,并且支持用户将其复制/粘贴到我的应用程序

答案是 请复制此代码,切换到您的应用程序并将其粘贴到: 4/3OHAHTQSK1CQA3S8LESUQRAE08E.4nCBpXhR-R8WgrKXntQAax02U4CwcgI-认证代码

我想,当用户按ok时,用那个代码返回到我的应用程序,有什么办法吗


-SheikAbdullah

如果您使用的是浏览器控件,下面是一篇关于如何操作的优秀CodeProject文章: