I have pages that I admin in the Facebook and I want to share a link(not post) from that page using Facebook C# SDK. How can I do that? For clarify question, Facebook pages has link button that you can share link with page's picture.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Simply |
|||||||||||||
|
Hope his helps. there is two majour problems with my solution: 1) my FacebookAdmintoken was created using the soon to be depricated offline_status. there currently is no way for the access_token to stay alive otherwise. Facebook claims it does, but it just doesn't work. 2) there is a bug in the facebook API. when you use post('/id/LINKS') you cannot specify the picture (FB chooses a random pic from the site) and using post('/id/FEED') people can see the result, but theY cannot SHARE it. Seriously FB, get your act together!!!!! |
||||
|
|