We have requirement in our FB App to post some content on user wall, this activity is performed by FB app admin (publisher) who select the content and post to list of user on there wall. Problem statement:We have used feed dialoge before february 2013 changes to post on user wall which was also coming on time line.Now we are unable to post on timeline. Please find my code snippet before february 2013 changes:
FB.api('/' + uid[i] + '/feed', 'post', parameter)
After the changes of February 2013 in we used updated feed dialogue api due and after that we are unable to post on user timeline, it is coming as news feed. Please find our new code snippet:
var obj = {method: 'feed', to: '<%#fbid %>', message: aMessage}
We looked into facebook developer forum and googled to other development blog’s but couldn’t find any effective and working solution.
We have few queries and will be good for us if you can provide the clarity on that which will help to meet our client requirement.
Query1: Can we post on user timeline using any FB api (by admin who is not added any user in his friend list)?
Query2: Does feed dialog allow us to post on user timeline, if yes then please share code snippet (technology stack: asp.net)?
Query3: Does facebook have any api to send notification?