Iām. not sure where it is getting the version from. The HTML5 implementation should use the most recent FB API:
But the ācan no longer be called from http pagesā message is a clue that you canāt test this from http://. You need to test your game from https:// maybe?
Looking at the screenshot you shared I see that it is from the official Facebook documentation so letās see what we can find. Letās start by looking at the docs for sharing in games:
It looks like what you are after is āA link share with attribution and a Play call-to-actionā. But when looking through the documentation for Android, iOS and Web there are no references to a call to action button:
When I google for āFacebook share and call to action buttonā I come across this SO post:
So it seems like it might be possible to do using an Open Graph API request at leastā¦
It can also be done from the Facebook Business Manager:
My conclusion is that this isnāt a problem specifically with the Defold Facebook integration. Iād start by posting a question on Stack Overflow or in the Facebook Developer group to see if you can get some help.
Sorry @britzl . I donāt normally use gmail. I created an account for myself but I donāt remember what the email address was I will be using this account now.
Yes, this example allows you to publish a photo. However, inviting friends doesnāt work