Reputation: 740
The token attribute is deprecated in many OAuth Authorizations API responses according official doc
So how can I get existing token?
Upvotes: 2
Views: 4006
Reputation: 18782
That's not possible anymore. The token will be returned only when you create it via the API, but it won't be returned if you try to fetch it afterwards.
Can you clarify why you need to fetch existing tokens?
Upvotes: 4