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
Post a Comment