I was wondering whether there is a way of testing whether a user is logged in (and returning true/false) without then having the specific API login screen display if they are not logged in.
Manuel Lemos - 2013-10-13 08:24:48 - In reply to message 1 from tazmoka
There is the GetAccessToken function which you can use as documented but it does not tell if the eventually retrieved token is still valid or expired. There is another function for that but it is not documented yet.