You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building and running ImgurBar, everything launches perfectly. However, trying to login via the preference pane results in the following error from Imgur.com:
The information you sent wasn't quite correct. Please return to the place that sent you to this page and try again.
I managed to fix this by editing line 48 in AppDelegate.swift to not replace the URL with "FAKE_CLIENT_ID", but I don't really know Swift so I'm not sure how to fix this from happening.
I also ran into a callback-url error while logging in, as instructions for that were not provided, but managed to fix it as well. The callback-url when registering the application on Imgur.com needs to be imgurbar://oauth-callback.
The text was updated successfully, but these errors were encountered:
Quick follow up on this: Even when logged into Imgur in ImageBar, all uploads are posted anonymously. Trying to trace down why right now but I'm relying on lots of google searches.
I managed to fix this by editing line 48 in AppDelegate.swift to not replace the URL with "FAKE_CLIENT_ID", but I don't really know Swift so I'm not sure how to fix this from happening.
Yes, there is an option, but the preferable way is to pass it via Environment variable.
To do that, select Edit Scheme...
choose Run in the sidebar menu and insert client_id as an Environment variable
I also ran into a callback-url error while logging in, as instructions for that were not provided
Yep, my fault. I will add it to the readme as well
Even when logged into Imgur in ImageBar, all uploads are posted anonymously.
Correct. The feature is not completed yet. I hope #3 will fix this
When building and running ImgurBar, everything launches perfectly. However, trying to login via the preference pane results in the following error from Imgur.com:
I managed to fix this by editing line 48 in AppDelegate.swift to not replace the URL with "FAKE_CLIENT_ID", but I don't really know Swift so I'm not sure how to fix this from happening.
I also ran into a callback-url error while logging in, as instructions for that were not provided, but managed to fix it as well. The callback-url when registering the application on Imgur.com needs to be
imgurbar://oauth-callback
.The text was updated successfully, but these errors were encountered: