Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Setting WinAppId not working? #267

Open
ghost opened this issue Jul 30, 2018 · 0 comments
Open

Setting WinAppId not working? #267

ghost opened this issue Jul 30, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Jul 30, 2018

I have a scenario where I have already created Facebook APP with existing Windows Store SID which is different from the one I have. I can check it with:

WebAuthenticationBroker::GetCurrentApplicationCallbackUri()->DisplayUri;

So I am tring to set WinAppId from the App in developer.facebook.com

sess->WinAppId = xxx // Where xxx is the ID from developer.facebook.com

Yet no matter what WinAppId is set it always run while Windows Store SID (in developer.facebook.com) is equal to an ID I get from WebAuthenticationBroker::GetCurrentApplicationCallbackUri()->DisplayUri

So my question is:
If it is possible to set sess->WinAppId to be different than the one I get WebAuthenticationBroker::GetCurrentApplicationCallbackUri()->DisplayUri; ?
Or I could just change Windows Store SID in visual studio somehow?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants