-
Notifications
You must be signed in to change notification settings - Fork 173
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
Manually trigger contact photo download from social platforms #2149
Comments
Hi. Normally this should be possible as described in #1872 . |
Hi, Since I am the admin, I can confirm this is enabled both in groupware settings and in the app itself. After testing more, adding Social Media links makes a menu item appear and load an avatar properly sometimes:
Instagram Error
I have checked my pihole logs and Nextcloud has never made a request to Facebook, despite trying |
Mastodon is implemented as well. |
Too bad for Facebook, that's the most popular one :/ The ones I left unchecked don't even appear in the menu, let alone download an image.
Here is the raw log (has more info) when triggering an Instagram picture retrieval on
Hopefully that tells you the exact problem :) |
Yes, I agree - it is very annoying. It worked so nicely until they decided to renew their API. |
I agree about it being against the idea of Nextcloud, but if that's the only problem, then why not make the login optional and opt-in ?
I have no clue what I did, but now Mastodon is showing and working properly :D I'm updating the previous comment. I think I should leave this issue open until Facebook works, but go ahead and close it if you feel it's redundant :) |
At least Mastodon is not letting us down! For facebook I'll call it a duplicate of #1891 so it won't be forgotten. And believe me, I would be very happy if there could be a fix, too! |
Is the Facebook/Instagram issue happening with LinkedIn too ? |
No, LinkedIn seemed very closed from the beginning on - I did not find any API or access method without account, so I did not event try. |
I have the same error in the Nextcloud server log files as @schklom. I'm not an expert on this, I'm more of a JavaScript guy, but it seems to me that you can try to adapt "Instagram-php-scraper", the getAccount function does return the Instagram profile photo information. Translated with www.DeepL.com/Translator |
That looks promising. |
I'm going to try another approach, if on my end I create a server with Instagram / Facebook credentials and create some sort of api. Can we integrate it in the application or not? If I understand correctly the problem is that we can't make a request if we are not logged in directly, right? |
Had the same idea in the very beginning when I wanted to use avatars.io |
Then, I have no more ideas. If in Nextcloud, in the admin settings, you add an option to put your Instagram or Facebook username and password, would that be more legal? |
Yes, I think this should work, see #1891 (comment) |
Any idea where to start? |
I don't think it's an admin-, but more a user setting. But no idea how to integrate this into the small user settings area. An alternative could be a dedicated section in the settings. But this would make it three different places where groupware settings can be modified (cogwheel-setting in the address book, admin settings and the new user settings section in the settings). |
Is your feature request related to a problem? Please describe.
When setting up new contacts it should be possible to force the download of profile pictures from social networks so there avatar is available immediately without waiting a week.
Describe the solution you'd like
A button or occ command is added to force the profile picture download
Additional context
Was available but not anymore for some reason.
Running Nextcloud 21.0.0.
The text was updated successfully, but these errors were encountered: