'Location not showing when posting a photo via Facebook Graph API

I post photos with geolocation at the endpoint https://graph.facebook.com/{id}/photos. When I make a publication in the Page - the geolocation is displayed. When I do the same publication to a Group, the geolocation is ignored (not displayed). Despite the fact that when publishing text to a Group, geolocation is displayed correctly. Below is example of request. Please help me to sort out this problem. Thank you.

Example:

curl -i -X POST 
"https://graph.facebook.com/v12.0/{id}/photos?message=post via explorer&place=334247410069822&url=https...png&access_token=EAAFXqJn...OR"


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source