leedo / noembed

oEmbed gateway service with additional non-oEmbed sources
http://www.noembed.com
481 stars 90 forks source link

noembed not recognizing graph.facebook.com as a provider #17

Closed robertjlooby closed 9 years ago

robertjlooby commented 11 years ago

Is there an issue with noembed recognizing graph.facebook.com as a provider? I've asked it on stackoverflow here but haven't gotten a response.

leedo commented 11 years ago

Hi Robert,

Right now noembed only supports facebook URLs that match this pattern: https?://www\.facebook\.com/([^/]+)/posts/(\d+)

Can you share a sample URL you are trying to use? I should be able to add it.

Thanks

robertjlooby commented 11 years ago

Something like this Essentially https://graph.facebook.com/{user_id}_{post_id}?access_token={access_token}

leedo commented 11 years ago

I see. I hadn't envisioned supporting graph API URLs like that. Right now there are a number of problems with noembed's Facebook support, so I'll try to add this when I get around to fixing it up.

adarshaj commented 10 years ago

@leedo : Can we expect support for facebook posts now that they have support for embedded posts?