| Steps to Reproduce: | 1. Post a link on a page's wall (do not close the link window which asks you to pick a thumbnail etc.) 2. View the newly posted link using the Graph API, using the page's access token: https://graph.facebook.com/<page_id>_<link_id>?access_token=<page_access_token> 3. Verify that the link's type is "link" 4. Issue a HTTP DELETE to the above URL. This will return false. 5. Append &method=delete to the above URL and GET it. This will also return false. |
|---|---|
| Expected Behavior: | Delete the link from the page's wall and return true |
| Actual Behavior: | Return false and do nothing |
| API/SDK: | Graph API |
| App IDs: |
|