Hello everyone,
I'm a new developer who try to write some simple Garmin apps by using Connect IQ. I have a question :
By using the module UserProfile, we can get the birthYear, gender, height, weight ......
Is there a way I can get the name I registered ?
( I have registered my name on application Connect Mobile and on site https://connect.garmin.com/modern/se.../publicProfile. )
the view-source
VIEWER_SOCIAL_PROFILE = JSON.parse("{"fullName":"Stella\
Should I use Toybox.Communications ? If I use the function makeOAuthRequest,which url should I use as requestUrl ?
Thanks in advance.