6

i am wondering how to authenticate app to make requests to endpoints as i am getting 401 errors i have successfully generated app id and appkeys and which should be used as there is no documentation on it.

Deduplicator
  • 44,692
  • 7
  • 66
  • 118
itsbalamurali
  • 192
  • 1
  • 2
  • 10

1 Answers1

2

The application model is designed to work with oAuth 2.0 which allows the authentication and authorization with client application (client-id/client-secret) and resource owner (username/password). The oAuth 2.0 is under development. Once it's ready, the token endpoint should be able to generate access tokens that carry app and/or user id.

Raymond Feng
  • 1,516
  • 9
  • 5