Commit 48d01537e2bc39d8496ce8dd44a5e654ded0bdb8

Authored by Marcos Oliveira
1 parent 61b07590

validar

Showing 1 changed file with 6 additions and 6 deletions
Readme.md
@@ -88,10 +88,10 @@ http[s]://service2.funifier.com/2.0.0/get_widget_data @@ -88,10 +88,10 @@ http[s]://service2.funifier.com/2.0.0/get_widget_data
88 ## Parameters 88 ## Parameters
89 89
90 90
91 -- api_key **String** Required  
92 -- access_token **String** Optional  
93 -- player **String** Optional  
94 -- app_secret **String** Optional 91 + - api_key: **String/Required** - Field that identify the key of gamification
  92 + - oauth_access_token: **String/Optional** - Use this field when the auth_mode is FACEBOOK. This value is the Facbook Token
  93 + - player: **String/Required** - Identify the Player of gamification
  94 + - app_secret: **String/Optional** - Token security, create this app_secret value in funfier studio on menu security
95 - include_teams **boolean** Optional 95 - include_teams **boolean** Optional
96 - include_levels **boolean** Optional 96 - include_levels **boolean** Optional
97 - include_challenges **boolean** Optional 97 - include_challenges **boolean** Optional
@@ -100,8 +100,8 @@ http[s]://service2.funifier.com/2.0.0/get_widget_data @@ -100,8 +100,8 @@ http[s]://service2.funifier.com/2.0.0/get_widget_data
100 - include_friends **boolean** Optional 100 - include_friends **boolean** Optional
101 - include_actions **boolean** Optional 101 - include_actions **boolean** Optional
102 - include_points **boolean**Optional 102 - include_points **boolean**Optional
103 -- include_game **boolean** Optional  
104 -- callback **String** Optional 103 + - language: **int/Optional** - Set the default language in authentication
  104 +- callback: **String/Optional** - Use to callbacks in javascript
105 105
106 # Example Response 106 # Example Response
107 ```sh 107 ```sh