extractus / oembed-extractor

Extract oEmbed data from given webpage
https://extractor-demos.pages.dev/oembed-extractor
MIT License
108 stars 43 forks source link

Append Facebook access tokens to Facebook provider URLs #91

Closed lukaspawlik closed 3 years ago

lukaspawlik commented 3 years ago

After recent changes Facebook Graph API requires access tokens to be sent as well.

As Facebook and Instagram rely on the same Graph API, the code change unifies also access to these providers with appending access tokens.

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

ndaidong commented 3 years ago

@lukaspawlik great, thank you for your update. I'm going to merge it now.