Do we have the ability to share data through Facebook with any of our libraries?

NFOBoy

Active Member
Licensed User
Longtime User
So, I am considering doing something similar to how Candy Crush, and other games, share their high scores among friends using Facebook.

Do we have a library that would allow us to do this (or with Google+, the best solution would be both!)

If I understand correctly , doing this method uses Facebook as the Server side, so no need to have a separate server to track the information for sharing between users.
 

yttrium

Active Member
Licensed User
Longtime User
So, I am considering doing something similar to how Candy Crush, and other games, share their high scores among friends using Facebook.

Do we have a library that would allow us to do this (or with Google+, the best solution would be both!)

If I understand correctly , doing this method uses Facebook as the Server side, so no need to have a separate server to track the information for sharing between users.

You might just be able to explicitly share text with Facebook via an intent that appears if they have Facebook installed.
 
Upvote 0

NFOBoy

Active Member
Licensed User
Longtime User
It appears that it is using the Open Graph for Games. I have found a post about getting to Graph here on B4A. So I am going to dig into that and see if that might lead me to my golden ticket.. (haha.. maybe a copper kettle)
 
Upvote 0
Top