Vincent Heuken
Vincent Heuken
I'm also hitting this issue.
Right. We'd need to find out exactly what it returns. I'll try to play with it tonight while I'm working on FB support.
@jeremyong Any chance you might give this another shot?
The Facebook API is basically useless to us. There is no "API Key" necessarily, just OAuth stuff that requires some form of user authentication, so we'll have to resort to...
@thibaudgg Bit of an issue. I've implemented `#author`, `#author_url`, and `#author_thumbnail` just fine (though just for one URL type). It seems that we can't get duration or video thumbnail because...
You can verify what I said by opening up the source of a Facebook video URL and searching for "mediaPresentationDuration=\", then doing a wget on the page. It just isn't...
@drakmail It seems like the closest I can find is a a "Client Token". Using it as an access token gives me 400 "Invalid OAuth access token"....so I'm not really...
https://github.com/nov/fb_graph2 might be worth looking into to see how they handle things.
Ah, here we go: https://github.com/nov/fb_graph2/wiki/Obtain-Access-Tokens I'll look into this more in a bit.
**FINALLY** got the basic API working. Turns out you can substitute an access token (which needs to be generated, which isn't really doable for us) with both your app-id and...