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

PHP change url style -

renaming files in a directory using python or R -

html - outline-style different in chrome compared to firefox and internet explorer -