Hi,
I'm managed to autenticate the user and able to get the code generated and returned by the FB server. Now, my question is, how do i publish to the user's wall using asp.net?
The documentation from FB is NOT helpful. Only the below is given in their page. Please help
curl -F 'access_token=...' \
-F 'message=Check out this funny article' \
-F 'link=
http://www.example.com/article.html' \
-F 'picture=
http://www.example.com/article-thumbnail.jpg' \
-F 'name=Article Title' \
-F 'caption=Caption for the link' \
-F 'description=Longer description of the link' \
-F 'actions={"name": "View on Zombo", "link": "
http://www.zombo.com"}' \
-F 'privacy={"value": "ALL_FRIENDS"}' \
-F 'targeting= {"countries":"US","regions
":"6,53","
locales":"
6"}' \
https://graph.facebook.com/me/feed