How to automatically share posts to facebook on iOS like Twitter -


i'd share posts facebook using facebook ios sdk. want system twitter, if set facebook share function on, twitter automatically share tweet facebook.

i've implemented following, ask users. wanna make post automatically. if have advice, please tell me. thank kindness.

    var content: fbsdksharelinkcontent = fbsdksharelinkcontent()     content.contenturl = nsurl(string:"https://~~~~~~~~~~~~~~")     var sharebutton: fbsdksharebutton = fbsdksharebutton()     sharebutton.sharecontent = content     sharebutton.center = self.view.center     self.view.addsubview(sharebutton) 


Comments

Popular posts from this blog

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

c# - ajax - How to receive data both html and json from server? -