Skip to content

bnnadi/testAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

testAPI

FG aka Facebook Gaming storing user scores from your game, as well as showing your top scores.

Route

The response object will look like this:

{
    success: Boolean,
    data:   Array
    messages: Array
}

POST /v1/user/create

This POST is expecting signed_request to be sent over in the body.

GET /v1/user

GET /v1/user/:user_id

GET /v1/user/total

POST /v1/score/:user_id/create

This POST is expecting user_scoreto be sent over in the body.

GET /v1/score

GET /v1/score/:score_id

GET /v1/score/topPlayers

GET /v1/score/todayScore

GET /v1/score/topImporved

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages