-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
Insecure login when adding Facebook account #75
Comments
Oh... does Facebook require HTTPS now, even to localhost? That's just a guess. (I am currently rewriting this application and haven't gotten around to the Facebook data source yet.) |
Not sure.... I found a different solution that met my needs in the interim... "Download Your Information" |
Hi MHolt, I am currently studying Go, and would Love to contribute, I can take a look at the issue and keep you in the know. |
For reference, here is my work:https://github.com/metahnetoutage/video-datetime-stamp |
I will be fixing the log messages, so it is easier to work! |
So, instead of fixing purely 26 bugs, I will be making the error messages friendlier and studying the code meanwhile. Please incorporate such log information for it will also help you! It is helping me already! Check out my fork of your repo! |
I am working on this. |
I succeeded in authenticating! So, here is what is required: [oauth2.providers.facebook] Then I seriously followed instructions to a T. Also, the code above with correct substitution of App_Id, App_Secret should be placed in Timeliner.toml file. This file should be placed in the same directory where Timeliner executable is located. You can see Basic Under Settings only once you create an app! When you type the command, a browser window pops asking your permission, I consented, it told me it sent some code and I could close the window so I did. You are done. |
I can guide you, if you wish! It is doable and not hard. |
timeliner add-account facebook/you is the wrong line. |
The command
timeliner add-account facebook/you
pops up this error message:Facebook has detected MyApp isn't using a secure connection to transfer information.
Until MyApp updates its security settings, you won't be able to use Facebook to log into it.
I next tried creating a "test app" and was able to log in but get this error:
Any suggestions?
The text was updated successfully, but these errors were encountered: