| Steps to Reproduce: | Create a wall post using fb.api('me/feed', 'post', data, callbackMethod): data = { name: 'Some name', picture: 'some picture', link: 'some link', message: 'some message', actions: [{ name: 'some action', link: 'some link'}] }; (friends.length > 0) { data.tags = friends.join(','); data.place = '110506962309835' } FB.api('/me/feed', 'post', data, AfterFbPost); |
|---|---|
| Expected Behavior: | I expect the post to be posted and the friends that are specified in the "tags" field to be tagged/notified of the post. |
| Actual Behavior: | The post gets posted, but the friends aren't tagged/notified. |
| API/SDK: | Javascript SDK |
| App IDs: |
|