| Steps to Reproduce: | POST to https://graph.facebook.com/me/feed with parameters: access_token=<first_token_provided>&message=share_test&link=http://www.facebook.com/photo.php?fbid=10151017374987410 |
|---|---|
| Expected Behavior: | New message appears on my wall. |
| Actual Behavior: | Id of a new message is returned in response, but no new message appears on the wall (returned id seems to be invalid). What's interesting if I replace link "http://www.facebook.com/photo.php?fbid=10151017374987410" with "www.facebook.com/10151017374987410" it works as expected. Also if I use second token it works (with photo.php link). Percent-encoding link doesn't help either. |
| API/SDK: | Graph API |
| App IDs: |
|