Class GetUserLongLivedTokenRequest

This class is used to exchange a short-lived-token by a long-lived-token that you get when the user performs a Facebook login in your page and wants to authorize your app to make requests for longer than a short-lived token's expiration.

This long-lived-token last ~60 days according to Facebook documentation: https://developers.facebook.com/docs/facebook-login/access-tokens/refreshing

Author

Andres Gutierrez andres99@gmail.com

Since

2.0.0

Hierarchy

Constructors

Properties

apiVersion?: ApiVersion

The API Version.

appId: string

The app id.

appSecretId: string

The app secret id.

params: Params

The request params.

Methods

Generated using TypeDoc