Active
Project:
Facebook-style Micropublisher
Version:
6.x-2.0
Component:
Link plugin
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2012 at 14:37 UTC
Updated:
1 Mar 2012 at 14:47 UTC
I'm using the Facebook-style statuses + micropublisher combo on a site that's behind a proxy. We also run video's through Emvideo through that same proxy. We hacked that module (yeah, yeah, I know...) to include cURL support to pass the proxy.
What we're trying to do, is using the Emvideo implementation of the Link plugin for the micropublisher. It kept showing the Youtube links as regular links and I've found out that it goes wrong in fbsmp_link_request_contents() (in link.inc), when it hits the if ($result->code != 200) line.
Checking a bit further turns out that Micropublisher uses its own HTTP request implementation (fbsmp_http_request()).
Now I'm wondering if either: