Facebook API API and UIActivityViewController

Is it possible to provide a Facebook API key when posting to Facebook from a UIActivityViewController?

If not, how can I add the Facebook SDK to be used with the UIActivityViewController?

Basically I want to use a common leaflet to make a post on facebook, but I want it to have a deep link with my application.

Possible?

+6
source share
1 answer

I'm not sure if this is possible, but you can look at OvershareKit https://github.com/overshare/overshare-kit

It allows sharing on different media, but also uses the Facebook API sharing using the Facebook API key, instead of using the built-in UIActivityViewController methods.

+1
source

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


All Articles