setProfile method

void setProfile()

Requests an ID user to authorize an app to obtain the account information, such as the nickname and profile picture.

Implementation

void setProfile() {
  _params['setProfile'] = true;
}