How would I create an access token for the NFL Shield API?

不羁的心 提交于 2019-12-22 05:43: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?

来源:https://stackoverflow.com/questions/40680510/how-would-i-create-an-access-token-for-the-nfl-shield-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!