Requests an application-scoped token on behalf of the user.
public String admin_getApplicationScopedToken( String accessToken, long applicationId, long userId );
The admin_getApplicationScopedToken operation requests the system to create and return an application-scoped token on behalf of the user.The token is subsequently utilized by the application.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
The identifier of the application set up with the Vibe system.
The identifier of the user on whose behalf you want the token to be created.
A string representation of the requested token.