Share scores on facebook

Hi! 

Develop a game where at the end of each match, it shows the player’s score. 

I wanted to create a system so that the player can share your score on FaceBook. Can you help me? 

Thank you.

Hi, you have 2 approaches i think.

You can share your scoring with a basic sharing as text. (using the share dialog of facebook, or the native share sheet (on ios) )

Or your can use the api directly:

https://developers.facebook.com/docs/games/scores/

But in this case you will have to request extra permissions and ask for your app to be reviewed by facebook.

I let people more knowledgeable in the facebook apis detailed more advanced use-case.

I also tried to share a score with graph api.

What i received when sharing score was an error say “Requires extended permission: publish_actions”.

But when i visit Facebook developer page to ask for “publish_actions” permission, Facebook review staff replied i should fix above error before continue reviewing.

Is it a loop?

Hi, you have 2 approaches i think.

You can share your scoring with a basic sharing as text. (using the share dialog of facebook, or the native share sheet (on ios) )

Or your can use the api directly:

https://developers.facebook.com/docs/games/scores/

But in this case you will have to request extra permissions and ask for your app to be reviewed by facebook.

I let people more knowledgeable in the facebook apis detailed more advanced use-case.

I also tried to share a score with graph api.

What i received when sharing score was an error say “Requires extended permission: publish_actions”.

But when i visit Facebook developer page to ask for “publish_actions” permission, Facebook review staff replied i should fix above error before continue reviewing.

Is it a loop?