Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
JS API This application is not registered to run on this site
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post will appear after it is approved by moderators
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Paul Greaney  
View profile  
 More options Jun 28 2012, 3:12 pm
From: Paul Greaney <p.greane...@gmail.com>
Date: Thu, 28 Jun 2012 12:12:36 -0700 (PDT)
Local: Thurs, Jun 28 2012 3:12 pm
Subject: JS API This application is not registered to run on this site

So, I'm getting "This application is not registered to run on this site". I
have no idea how to fix it. my app is registered on justin tv, but I have
no idea what to put for a Callback URL, as my app is a desktop app and not
running on a web server of any type. Can anyone shed some light on what I
should do to fix this?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mike Ossareh  
View profile   Translate to Translated (View Original)
 More options Jun 28 2012, 5:05 pm
From: Mike Ossareh <ossa...@twitch.tv>
Date: Thu, 28 Jun 2012 14:05:48 -0700
Local: Thurs, Jun 28 2012 5:05 pm
Subject: Re: JS API This application is not registered to run on this site

Hi Paul,

Yes, there is a way to solve this - though I'd like to point you towards
our new API which handles this better:
https://github.com/justintv/Twitch-API/wiki/API

If you're developing something that is not video gaming related or that
absolutely requires stream lists (something that we're working out how to
add to the new API) then LMK, we do have an experimental toggle that we can
set on certain accounts that permits them to run from any domain.

On Thu, Jun 28, 2012 at 12:12 PM, Paul Greaney <p.greane...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Paul Greaney  
View profile   Translate to Translated (View Original)
 More options Jun 29 2012, 9:21 am
From: Paul Greaney <p.greane...@gmail.com>
Date: Fri, 29 Jun 2012 06:21:03 -0700 (PDT)
Local: Fri, Jun 29 2012 9:21 am
Subject: Re: JS API This application is not registered to run on this site

Thanks for the answer,

I'm just currently developing a TV-esque app for e-sports channels, where the user can bind the channel to a "channel", but at the moment I get "This application is not registered to run on this site" when trying to open up the player via java script from java. Your new API asks to register a new client with a redirect URI, however I don't have one since it's just a desktop application.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
James Richard  
View profile  
 More options Jun 29 2012, 5:04 pm
From: James Richard <ja...@justin.tv>
Date: Fri, 29 Jun 2012 14:04:39 -0700 (PDT)
Local: Fri, Jun 29 2012 5:04 pm
Subject: Re: JS API This application is not registered to run on this site

If you're in a desktop app, you can load an embedded browser and monitor
URL state changes, as the open-source TwitchTV Commercial Runner<http://ascendtv.com/commercial-sc2/>does. You would enter the callback url as either a domain you control
(yoursite.com) or a local url (http://localhost).


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Paul Greaney  
View profile  
 More options Jul 2 2012, 11:56 pm
From: Paul Greaney <p.greane...@gmail.com>
Date: Mon, 2 Jul 2012 20:56:21 -0700 (PDT)
Local: Mon, Jul 2 2012 11:56 pm
Subject: Re: JS API This application is not registered to run on this site

Wouldn't localhost get messy from user to user?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
James Richard  
View profile  
 More options Jul 3 2012, 12:52 am
From: James Richard <ja...@justin.tv>
Date: Mon, 2 Jul 2012 21:52:54 -0700 (PDT)
Local: Tues, Jul 3 2012 12:52 am
Subject: Re: JS API This application is not registered to run on this site

Not sure what you mean; if your callback is http://localhost, the redirect
will look something like localhost?access_token=abcdef&scope=ghijk for
every user, from which your app will parse out the access token.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Paul Greaney  
View profile  
 More options Jul 3 2012, 1:35 am
From: Paul Greaney <p.greane...@gmail.com>
Date: Mon, 2 Jul 2012 22:35:20 -0700 (PDT)
Local: Tues, Jul 3 2012 1:35 am
Subject: Re: JS API This application is not registered to run on this site

Ah, I see now. Thank you very much. Now I have to figure out how to parse
that out of the string and start making calls.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Paul Greaney  
View profile  
 More options Jul 3 2012, 11:48 am
From: Paul Greaney <p.greane...@gmail.com>
Date: Tue, 3 Jul 2012 08:48:25 -0700 (PDT)
Local: Tues, Jul 3 2012 11:48 am
Subject: Re: JS API This application is not registered to run on this site

Now I'm getting This application is rate limited: Failed to make rate limit
request


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mike Ossareh  
View profile   Translate to Translated (View Original)
 More options Jul 3 2012, 3:29 pm
From: Mike Ossareh <ossa...@twitch.tv>
Date: Tue, 3 Jul 2012 12:29:35 -0700
Local: Tues, Jul 3 2012 3:29 pm
Subject: Re: JS API This application is not registered to run on this site

Hey Paul,

Pleas send your client consumer key to me, directly (not to the mailing
list!!) and I'll remove the localhost restriction.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »