문제

Since last week I am unable to test my OAuth login using facebook because of this troubling bug - I am unable to set correct site url using localhost. When I'm trying to use this address:

http://localhost:9000/

inside developers.facebook.com settings I receive info:

we're sorry but something went wrong

And my changes aren't saved. I am able to use localhost address with "www" prefix, but obviously it doesn't work for my app since I need to use bare "localhost" with port. Any ideas?

도움이 되었습니까?

해결책

It seems that sometimes Facebook has problems with generated apps' settings. After deleting application and creating another one, I was able to correctly set website URL to http://localhost:9000. It looks that it was indeterministic behavior.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top