Is it possible to register a new app with soundcloud API using a custom http protocol in electron? -


i'm building electron soundcloud desktop app learn electron & reactjs. have seen app use custom http protocol (link electron docs) recieve callback getting authentication token. today wanted register app on developers.soundcloud.com. application link sends google form, redirect url need add here required have http(s)://.

is possible request "soundtop://oauth/callback"?


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -