Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
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.
Posted

1 solution

 
Share this answer
 
Comments
Member 8173162 27-Dec-13 5:24am    
hii
this example is a console application but I am working on window store app , how to open a web view for login , as per my knowledge I am using web authentication broker to open login window but what parameter pass in web authentication broker class as start uri and end uri for authorize the token. please help this urgent to me. provide any sample or code that is working in window store app.
No, I can't get any other sample source code. You need to research more on web authentication broker class. As I don't know that concept, so you need to search.

You might get examples.

Check - WebAuthenticationBroker class[^]

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900