Get the Windows Phone SID for your application
String^ SID = WebAuthenticationBroker::GetCurrentApplicationCallbackUri()->DisplayUri ģ. Using namespace Windows::Security::Authentication::Web String SID = WebAuthenticationBroker.GetCurrentApplicationCallbackUri().ToString() To get an SID during development, use the following: You can get the ID for your published app via the process outlined at this URL, but this is not the SID your app will have prior to being signed and submitted to the store. Get the SID (Windows Store ID) for your application.įacebook uses the SID of your app as the ID for its redirect URI. Create a new Universal Windows app or open an existing Universal Windows app.Ģ.