Hi imlokesh,
I actually cant understand this whole process, if it is Windows Store app.
I think maybe I should
1: add a webview control to direct user to twitter login page with callback URL to api.twitter.com/oath/authorize, and app credentials as well as oath_token?
2: once the user finish login, I assume the webview control( i.e, my store app ) will get access token and access secret.
3: from here pop a button in webview control to ask user to authorize app.
4:after that, it is fully authorized, and the process is done.
But I am not sure, if it is the right approach, also how to pass on the needed parameters/headers correctly with tweetinvi for each step.
Hope someone can point me the right direction before holiday.
Thanks.
I actually cant understand this whole process, if it is Windows Store app.
I think maybe I should
1: add a webview control to direct user to twitter login page with callback URL to api.twitter.com/oath/authorize, and app credentials as well as oath_token?
2: once the user finish login, I assume the webview control( i.e, my store app ) will get access token and access secret.
3: from here pop a button in webview control to ask user to authorize app.
4:after that, it is fully authorized, and the process is done.
But I am not sure, if it is the right approach, also how to pass on the needed parameters/headers correctly with tweetinvi for each step.
Hope someone can point me the right direction before holiday.
Thanks.