如何验证我的 google web store 应用程序是否已使用 asp.net 获得许可?
我正在使用 DotNetOpenAuth.dll 来获取用户 ID,但我不知道如何发送 google 需要的签名 OAuth 请求:
http://code.google.com/intl/it-IT/chrome/webstore/docs/check_for_ payment.html
该示例仅显示 java代码
谢谢寻求任何帮助
I'm using DotNetOpenAuth.dll in order to obtain userid, but i don't know how to send the signed OAuth request google needs:
http://code.google.com/intl/it-IT/chrome/webstore/docs/check_for_payment.html
the example shows only java code
thanks for any help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
转到 http://www.dotnetopenauth.net/ 并阅读文档,您应该在那里找到您需要的所有内容。
编辑:
我不确定这是否是正确的方法,但这里有一些 c# 示例代码
Go to http://www.dotnetopenauth.net/ and read the documentations, you should find everything you need there.
EDIT:
I'm not sure if this is the right way or not but here is some sample code in c#