facebook - Unable to publish custom story with mention tagging -


my app doing yesterday , posting custom stories mention tagging today not working , telling me : -

received facebook error response of type oauthexception: unknown path components: /mynamespace:customaction 
error code : 2500  {   "error": {              "message": "unknown path components: /namespace:customaction",               "type": "oauthexception",               "code": 2500            } } 


$response = $facebook->api(   'me/mynamespace:customaction',   'post',   array(     'treat' => "http://www.mywebsite.com/12321425125"   ) ); 

i have not changed configurations or , has stopped working of sudden. please me identify issue - maybe there issue @ facebook end.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -