Is it possible to “share” or “somehow” using the Facebook C # SDK?

As the title says,

Having enjoyed Silverlight and wondering, is it possible to love / share something using the pre-installed SDK?

+3
source share
1 answer

No, this is not a Facebook C # SDK restriction, but a Facebook API restriction. Facebook does not allow sympathy through the API. The official button is the only way to do this. You can create a URL for sharing, but it still requires manual user action.

+2
source

Source: https://habr.com/ru/post/1783525/


All Articles