I can not get the spring.io Facebook Guides to work -


we foloowing spring.io guides:

https://spring.io/guides/gs/register-facebook-app/

https://spring.io/guides/gs/accessing-facebook/

when start server , click "connect facebook" button error facebook have redirect url not same server asking permissins. use localhost , have tried remove reredirect url in facebook app required facebook. in example, register-faecbook-app @ end of page see states "website url: null" can no set since field reuired.

any suggestions how proceed. able run locally during development.

i have made connectins facebook other solutions spring.io , have never been abli run localhost in these 2 exmples , possibility since makes development easier.

i found @ solution:

  1. go app , select settings -> advanced tab
  2. get public ip (google tell if google "whats ip")
  3. add public ip server ip whitelist , click save changes @ bottom , worked. might should guides.

Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -