Is your feature request related to a problem? Please describe.
When setting Xing as a social media profile for contacts, the profile picture is not automatically downloaded and updated.
Describe the solution you'd like
Nextcloud contacts should update profile pictures using Xing.
I would love to implement this! In order to do so, I need a "recipe" (or public API) to fetch the profile picture from there. I found those for facebook, instagram, twitter, tumblr, mastodon, and diaspora. But xing and linkedin seem to lock their network from external access. (And currently I don't know how we could include those APIs that require keys).
ah well, turns out the profile pictures are public. yay!
@skjnldsv should Xing be part of the selection-list?
src/models/rfcProps.js: { id: 'XING', name: 'Xing', placeholder: 'https://www.xing.com/profile/…' },
@skjnldsv should Xing be part of the selection-list?
src/models/rfcProps.js: { id: 'XING', name: 'Xing', placeholder: 'https://www.xing.com/profile/…' },
I guess? Hard to tell, those properties are most likely not super standard 😬
I guess?
I'll let you decide. Also if that's part of the above or a separate PR...
Thanks for adding this so fast :)
Yes, thanks @call-me-matt :rocket: :hugs:
Most helpful comment
I would love to implement this! In order to do so, I need a "recipe" (or public API) to fetch the profile picture from there. I found those for facebook, instagram, twitter, tumblr, mastodon, and diaspora. But xing and linkedin seem to lock their network from external access. (And currently I don't know how we could include those APIs that require keys).