Archived Forum Post

Index of archived forum posts

Question:

oauth for xojo plugin

Mar 11 '18 at 14:05

Hi,

I am trying to run the sample from https://www.example-code.com/xojo/facebook_oauth2_access_token.asp

But I end up in this part of the code:

// At this point, your application should load the URL in a browser. // For example, // in C#: System.Diagnostics.Process.Start(url); // in Java: Desktop.getDesktop().browse(new URI(url)); // in VBScript: Set wsh=WScript.CreateObject("WScript.Shell") // wsh.Run url // The Facebook account owner would interactively accept or deny the authorization request.

Anybody can help me on what is the proper code for xojo this?

I hope somebody can help me


Answer

This forum has been deprecated. Please use https://forum.chilkat.io/


Answer

oh. Thank you!