Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Using in an ionic app #1

Open
rrNuvoPoint opened this issue Apr 24, 2015 · 1 comment
Open

Question: Using in an ionic app #1

rrNuvoPoint opened this issue Apr 24, 2015 · 1 comment

Comments

@rrNuvoPoint
Copy link

Hello,

I want to set up a webserver that will work as my backend like your project: server. I have made a client application separate from your project witch i run on anther IP than the backend server. Unfortunately i keep getting the error: The IP is not allowed, when i try to connect to facebook. Using your plugin out of the box works. My question is if you can help me how to make the client and the server part work separately so they dont need to be hosted on the same server.

I changed code to this;

$authProvider.facebook({
clientId: '444078605749103',
redirectUri: 'http://0.0.0.0:3000/auth/facebook',
});

Now i receive error
Blocked a frame with origin "http://localhost:8100" from accessing a frame with origin "http://0.0.0.0:3000". Protocols, domains, and ports must match.
Thank you.

@telemakhos
Copy link

Read this... sahat/satellizer#379 (comment)

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

No branches or pull requests

2 participants