SmartZoos / Toolset

Gaming platform for SmartZoos project
MIT License
0 stars 1 forks source link

Add feature to share victories on social media. #202

Open kaimikael opened 6 years ago

kaimikael commented 6 years ago

I didn’t see this mentioned elsewhere, so creating a ticket for it: As a player I want to be able to share my success on my social media account, preferrably by a button that appears in conjunction with the celebratory animation at the end.

pjotrsavitski commented 6 years ago

One button will not fit all. There is a need to decide which mediums will we support. Example: facebook, twitter.

What should be shared? Some kind of text mentioning which activity was completed and the score?

Need more details before being able to implement anything.

kaimikael commented 6 years ago

This is on the precondition that the player has logged in with their social media account, of which we support Facebook and Google at the moment. I think we can upload a text something like “I completed <name of activity> with <score>/<maxscore>. <Link to game>” Not urgent priority, but somewhere there in the backlog.

pjotrsavitski commented 6 years ago

Ok. Well. All platforms have their Share buttons. In case user logged in with one of those, the sharing procedure would just be quicker.

If we are going to publish that ourselves (on behalf of a user), then we would need to tune the permissions we are asking as part of the SSO cycle. We are currently keeping that at required minimum to allow seamless registration.

If we do ask for more, then there should be some reasoning and explanation why is that needed and how could that be used. But I suppose that you meant those general share buttons and those are using a bit different flow.