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

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -