00:00
00:00
Newgrounds Background Image Theme

Picckxls just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

"User is not logged in" message

197 Views | 0 Replies
New Topic Respond to this Topic

"User is not logged in" message 2019-07-14 17:49:33


Hi there, I'm new here.

Just after loading the newgrounds.io API, my game make a request to the component "App.startSession" to retrieve the user object .


Despite I'm already logged in newgrounds site, in the result of that call, data.succes = false and data.user = null.


the dodumentation of newgrounds.io API says: "If the user has not signed in, or granted access to your app, this (referring to the user object) will be null"


Besides that, every time the player win a puzzle a call to the component "ScoreBoard.postScore" is made. And in the response of that call data.success = false and data.message = "User is not logged in"


I don't understand...Why this if I'm already logged in?