Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook app API key and UIActivityViewController

Is it possible to supply a Facebook API Key when posting to Facebook from a UIActivityViewController?

If not, then how would it be possible to add the Facebook SDK to be used with the UIActivityViewController?

I basically want to use the share sheet to make a facebook post, but want it to have Deep Linking with my app.

Possible?

like image 994
Darren Avatar asked Jul 21 '13 20:07

Darren


1 Answers

I'm not sure if it is possible but you might look into OvershareKit https://github.com/overshare/overshare-kit

It allows for sharing on many different mediums but it also handles the Facebook API sharing using a Facebook API key instead of using the UIActivityViewController built-in methods.

like image 105
valheru Avatar answered Oct 05 '22 00:10

valheru