- Unknown path components using PHP to post
- Unknown path components: /mv-news:read
- try {
- $urlartigo = get_permalink();
- $story_id = $facebook->api('/me/mv-news:read?article='.$urlartigo.'','POST');
- } catch (FacebookApiException $e) {
- echo '<pre>'.htmlspecialchars(print_r($e, true)).'</pre>';
- }
- $story_id = $facebook->api('/me/mv-news:news.reads','post', array('article' => $urlartigo));