Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Figure out what to do about endpoints that require further authentication #474

Open
iamcal opened this issue Aug 18, 2020 · 2 comments
Open

Comments

@iamcal
Copy link
Owner

iamcal commented Aug 18, 2020

See Instagram in #468

@Saleh56
Copy link

Saleh56 commented Dec 3, 2020

Sss

@raae
Copy link
Contributor

raae commented Feb 3, 2021

Could there be an idea to add to the endpoint information the param needs to be set for authentication?
It could both indicate the need for authentication and disclose the param needed.

For instagram then:

---
- provider_name: Instagram
  provider_url: https://instagram.com
  endpoints:
  - schemes:
      - http://instagram.com/*/p/*,
      - http://www.instagram.com/*/p/*,
       ...
    url: https://graph.facebook.com/v9.0/instagram_oembed
    auth_param: access_token
    docs_url: https://developers.facebook.com/docs/instagram/oembed
    example_urls:
      - https://graph.facebook.com/v9.0/instagram_oembed?url=https%3A%2F%2Finstagram.com%2Fp%2FV8UMy0LjpX%2F
    formats:
      - json
    notes:
      - 'This endpoint requires a facebook app with the oEmbed Product attached'
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants