How complicated is it to implement sending a push-notification in order to challenge an offline facebook friend (who already installed the game)?
Thanks!
Best Answer
A
Ayyappa R
said
over 7 years ago
For creating a challenge you need the opponents Player ID. You can get the friends list and their PlayerID's from ListGameFriendsRequest .
FYI, For Facebook login, it returns only people who installed the same app.
Every CreateChallengeRequest will issue a push notification (along with socket notification). You can check Messages section of Configuration on left side of this window to get more control ( http://inft.ly/3hcZW6a ).
For creating a challenge you need the opponents Player ID. You can get the friends list and their PlayerID's from ListGameFriendsRequest .
FYI, For Facebook login, it returns only people who installed the same app.
Every CreateChallengeRequest will issue a push notification (along with socket notification). You can check Messages section of Configuration on left side of this window to get more control ( http://inft.ly/3hcZW6a ).
Ron Barak
Hi,
How complicated is it to implement sending a push-notification in order to challenge an offline facebook friend (who already installed the game)?
Thanks!
For creating a challenge you need the opponents Player ID. You can get the friends list and their PlayerID's from ListGameFriendsRequest .
FYI, For Facebook login, it returns only people who installed the same app.
Every CreateChallengeRequest will issue a push notification (along with socket notification). You can check Messages section of Configuration on left side of this window to get more control ( http://inft.ly/3hcZW6a ).
Attaching sample Challenge request.
Ayyappa R
For creating a challenge you need the opponents Player ID. You can get the friends list and their PlayerID's from ListGameFriendsRequest .
FYI, For Facebook login, it returns only people who installed the same app.
Every CreateChallengeRequest will issue a push notification (along with socket notification). You can check Messages section of Configuration on left side of this window to get more control ( http://inft.ly/3hcZW6a ).
Attaching sample Challenge request.
-
Documentation Notes
-
Design issues with user events
-
Using NoSQL
-
Runtime Collections vs Metadata Collections
-
Anonymous authentication from browser app
-
Modules
-
Movement With Unity
-
Problem with url parameters for downloadables
-
Querying NoSql GameSparks database
-
Challenge accesType
See all 2487 topics