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 -

how to prompt save As Box in Excel Interlop c# MVC 4 -

xslt 1.0 - How to access or retrieve mets content of an item from another item? -