response state값에 unknown이 나와 당황해 몇시간 헤맸네요...
뒷강의에 있는 코드 따라 쳐보니 잘 실행되어 저와 같은 분들은 우선
뒤에 나오는 강의를 따라 FB.login() 코드 치시면 페북에 로그인이 되며 connected상태로 됨을 볼 수 있답니다!!
https://로 변경하라는 오류메세지가 나오지만
egoing님 말씀대로 오류 무시하고 localhost로 진행했고 제대로 작동했습니다.
(저같은 경우 에디터를 vscode를 써서 url 설정을 'http://localhost:5500'로 했습니다)
테스트하는 브라우저에서 페북 로그인이 되있지 않으시면 status가 unknown으로 뜹니다. 혹시 메세지 다르게 뜨시면 해당 웹브라우저 로그인 여부 확인하세요.
status specifies the login status of the person using the app. The status can be one of the following:
connected - the person is logged into Facebook, and has logged into your app.
not_authorized - the person is logged into Facebook, but has not logged into your app.
unknown - the person is not logged into Facebook, so you don't know if they've logged into your app or FB.logout() was called before and therefore, it cannot connect to Facebook.