05-11-2015 16:33
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-11-2015 16:33
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hello,
Would it be possible to allow the use of a custom scheme?
(i.e.) instead of http://, https://, file:// etc. I'd like to use overwolf-extension:// Currenlty, overwolf-extension:// does not validate when I attempt to use it as a redirect URL in my application's settings.
For reference: http://developers.overwolf.com/url-based-api/
For context: I have a treadmill desk at home that I love to use and I regularly use my fitbit while walking. What I want is for an application that will show current steps (updated every 30-60 seconds), maybe a progress bar to daily goal, etc. while playing a pc game, watching netflix, etc via the Overwolf overlay.
Thanks!
Answered! Go to the Best Answer.

- Labels:
-
JavaScript
-
OAuth 2.0
Accepted Solutions
05-11-2015 17:17
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



05-11-2015 17:17
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
This appears to be a bug. Thanks for finding it!
The form validation is not following RFC 2396's rules for scheme, specifically regarding the hyphen. We will get this fixed in the next few weeks.
06-29-2015 15:20
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


06-29-2015 15:20
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Hi dcburke1,
The bug should be fixed now. Thanks for bringing this to our attention and apologies for the delay!
-Shane
08-10-2015 11:20
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


08-10-2015 11:20
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
The issue is fixed now. Any urls with non-http and https schemes no longer need a path.
05-11-2015 16:47
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



05-11-2015 16:47
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
This is supported with OAuth 2.0.

05-11-2015 16:59
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-11-2015 16:59
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Is there another way to register it besides using this form? Below is the error that I get when I try to register the URL that I want to use:

05-11-2015 17:17
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



05-11-2015 17:17
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
This appears to be a bug. Thanks for finding it!
The form validation is not following RFC 2396's rules for scheme, specifically regarding the hyphen. We will get this fixed in the next few weeks.
05-11-2015 17:34
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-11-2015 17:34
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hey, no problem! I'm glad to know that it was just a bug and that I'll be able to make this soon, thanks!

05-12-2015 08:54
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-12-2015 08:54
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
@dcburke1 wrote:
For context: I have a treadmill desk at home that I love to use and I regularly use my fitbit while walking. What I want is for an application that will show current steps (updated every 30-60 seconds), maybe a progress bar to daily goal, etc. while playing a pc game, watching netflix, etc via the Overwolf overlay.
@dcburke1 I just thought I would add that you aren't likely to get updates every 30-60 seconds, as Fitbit normally syncs once every ~15 minutes. (Unless you go trigger a forced sync through the "Sync Now" process.)
05-12-2015 09:41
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-12-2015 09:41
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@Michael wrote:
@dcburke1 I just thought I would add that you aren't likely to get updates every 30-60 seconds, as Fitbit normally syncs once every ~15 minutes. (Unless you go trigger a forced sync through the "Sync Now" process.)
@Michael That would be an issue, but I was thinking that the All-Day Sync feature on my iPhone would get me more rapid updates (with the app closed or in background on my phone, but my phone near me). Maybe I misunderstand how the All-Day Sync works...
Even if it is only every 15 minutes, that's rapid enough for my purposes. It does sort of lose a bit of the "ooo" factor that way though.
Thanks for the heads-up! 🙂

05-27-2015 15:15
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-27-2015 15:15
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Any progress with it?

05-27-2015 16:44
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


05-27-2015 16:44
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@dcburke1 wrote:@Michael That would be an issue, but I was thinking that the All-Day Sync feature on my iPhone would get me more rapid updates (with the app closed or in background on my phone, but my phone near me). Maybe I misunderstand how the All-Day Sync works...
Even if it is only every 15 minutes, that's rapid enough for my purposes. It does sort of lose a bit of the "ooo" factor that way though.
Thanks for the heads-up! 🙂
All-Day sync means the mobile device will sync about every 15 minutes, even if not the foreground app, provided of course there is an internet connection (carrier or wi-fi). Without it on, the mobile device will try to sync when you bring the app to the foreground (if it has been over 15 minutes?) or whenever you tap the "Sync Now" option on the device page.
But you should just be able to leave the app open on the dashboard and see real-time numbers change as you walk. If may need to make the OS screen time-out longer if you don't want to have to keep touching the display to keep it on.

05-28-2015 08:37
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-28-2015 08:37
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@Doug That is true, but the live data displayed in the app doesn't get synced to the Fitbit servers, so it isn't available via the API, which is what he was asking for.

05-28-2015 17:20
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



05-28-2015 17:20
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@lukas444: Sorry for the delay. We hope to get to this in the next two weeks.

06-29-2015 15:20
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


06-29-2015 15:20
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Hi dcburke1,
The bug should be fixed now. Thanks for bringing this to our attention and apologies for the delay!
-Shane
07-11-2015 19:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

07-11-2015 19:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Can I enter a custom scheme without anything after the ://. For example, If i wanted to use simply overwolf-extension:// , how come I am getting the same error message that it is not a valid url?
Thank you!

07-13-2015 17:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



07-13-2015 17:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
We're going to update the validation so that nothing is required but "://" when not using http or https.

07-15-2015 18:57
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

07-15-2015 18:57
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Jeremiah,
Thank you. How can I find out when this has been implemented?
Thanks!

07-15-2015 19:02
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



07-15-2015 19:02
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
We'll post an update in this forum topic.

07-15-2015 19:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

07-15-2015 19:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Thank you. Any eta?
Thanks

07-16-2015 12:24
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



07-16-2015 12:24
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
We hope to have this out in a release sometime next week.

08-10-2015 11:20
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


08-10-2015 11:20
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
The issue is fixed now. Any urls with non-http and https schemes no longer need a path.
02-01-2019 03:13
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

02-01-2019 03:13
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
But for iOS its not working as expected. When I try to achieve it with custom url scheme e.g. myiOSapp:// it redirect me to other page which have message like "Sorry, that page is following a different trail.". It is working fine with https url scheme but not with custom url scheme.

