Skip to content
This repository has been archived by the owner on Nov 7, 2020. It is now read-only.

Error loading unhangout facilitator #481

Open
dalareo opened this issue Jul 21, 2016 · 6 comments
Open

Error loading unhangout facilitator #481

dalareo opened this issue Jul 21, 2016 · 6 comments

Comments

@dalareo
Copy link
Contributor

dalareo commented Jul 21, 2016

I get this error when creating sessions and trying to use Unhangout Facilitator. Not able to integrate unhangout features: webpage embed, youtube embed, chat integration...

@dalareo
Copy link
Contributor Author

dalareo commented Jul 21, 2016

Is it possible to have XML file of Unhangout Facilitator in order to build another similar one?

@thehunmonkgroup
Copy link
Contributor

I don't understand your question.

Are you using a custom Hangout app as I suggested in #479 ?

@dalareo
Copy link
Contributor Author

dalareo commented Jul 25, 2016

Nop, that's exactly what I want to do: create my own Hangout App and use it instead of official Unhangout Hangout app, but I don't know how to do it!

@thehunmonkgroup
Copy link
Contributor

@dalareo
Copy link
Contributor Author

dalareo commented Jul 26, 2016

@thehunmonkgroup
Copy link
Contributor

Not exactly. You need to register the URL that serves that template.

Let's say your website is https://example.com:7778 -- here are the most critical settings:

In the API configuration section for the Hangout app, the application URL would be:

https://example.com:7778/hangout/gadget.xml

In the client credentials, you'll need to register the following javascript origin:

https://example.com:7778

and the following redirect URIs:

https://example.com:7778/auth/google/callback
https://example.com:7778/event/create-hoa/callback
https://example.com:7778/hangout-callback

I'll leave the rest for you to figure out yourself :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants