How would I create an access token for the NFL Shi

2019-05-05 17:12发布

问题:

The NFL appears to have an API service here: https://api.nfl.com/docs/getting-started/index.html

Accessing the API endpoints requires obtaining an OAuth2 access token. Which, if I am not mistaken, requires a client_id and client_secret.

I have read through the documentation and I am not sure how I would obtain a client_id and client_secret. Is there something I am missing to create these?