窗口商店应用程序,windo w 8

问题描述:

hii



我在我的应用程序中集成了dropbox。

我有使用api密钥和秘密请求令牌但是当我去用于Autherize请求

Token然后我阻止,。



我正在使用Web身份验证代理类来打开Autherize的登录窗口,但我很困惑在这个类中传递参数。



这是我在课堂上传递的开始uri(https://www.dropbox.com/1/oauth/authorize?oauth_token=+ oauth_token)但我不知道结束该类的uri参数。



如果有任何其他方法可以解决这个问题,请给我你的建议/如果这种方式是正确的那么请给出一个合适的解决方案。

hii

I am integrating dropbox in my application.
I have got request Token using api key and secret but when I go for Autherize the request
Token then I am block, .

I am using web authentication broker class to open the login window for Autherize but I am confused in passing parameter in side this class.

This is start uri(https://www.dropbox.com/1/oauth/authorize?oauth_token=" + oauth_token) that I am passing inside the class but I don't know the end uri parameter of that class.

Give me your suggestion about that if any other to solve this problem / if this way is right then please give a appropriate solution for that.