rlesniak / tind3r.com

Front end of tind3r.com
MIT License
23 stars 12 forks source link

FB OAuth unexpectedly strict about field names #21

Closed airhadoken closed 5 years ago

airhadoken commented 5 years ago

As of this morning, Facebook would not complete the tind3r OAuth popup, instead giving a "This page isn't available" message. I did some digging and found that api_key in CONNECT_URL needs to be changed to client_id to complete the OAuth dialog.

ghost commented 5 years ago

Where in the code can I change that?

airhadoken commented 5 years ago

If you have v0.3.0 of the extension, it's line 1953 of background.bundle.js

rlesniak commented 5 years ago

Thx, updated