matt
matt
> what we can do is fetch the raw page of the profile I think this works only for public profiles and pages. Other profiles do work also, but only...
Still, there seems to be a pretty low limit. Accessing profile pages without being logged in only works a few times until you keep being redirected to the login page....
It seems facebook profiles are accessible again without login. Not per API, but still. I just cannot figure out how to modify my request/regex, maybe someone can help me with...
Hi schklom. Thank you for offering help! This was my attempt to fetch the image from facebook: ```php $result = $this->httpClient->get($profileUrl); $htmlResult = $result->getBody(); $avatar = '/meta property="og:image" content="(http[^"]+)/'; if...
Thank you for your work. Now we need to figure out how to load the page with php, as the request from my code seems not to load the complete...
Well, it works for public pages (like nextclouders) but it does not work for profiles (try it out for https://www.facebook.com/zuck). It seems like a basic page is loaded and only...
Hi. No further development for pictures from facebook. But _this profile image updating concept_ is not dead! [Here](https://github.com/nextcloud/contacts/tree/main/lib/Service/Social), you can see all the providers that are implemented and [active](https://github.com/nextcloud/contacts/blob/4b87799e7e240d0dbb956766b5430d34878e3fda/lib/Service/Social/CompositeSocialProvider.php#L33): -...
I tried it out: notifications are working fine, it is only a highlighting issue.
Had a similar problem, solved it by synchronizing the clock first check `timedatectl status`, if the system clock is not synchronized, execute `apt install systemd-timesyncd`, then `timedatectl set-ntp true`
same issue for me. the project disappeared on pay4me and I was not able to get it back. Even deleting it and setting it up new on nextcloud did not...