ios - iOS6 Social framework: posting to multiple networks without the UI -
in app, i'm looking allow users post single status both facebook , twitter. i've got own compose window, i'd avoid using built-in slcomposeviewcontroller
, since it's not necessary.
in searches, i've not found tutorials on how directly post either twitter or facebook using ios6 stuff, it's built-in composer, , docs have proven obtuse weary eyes.
any pointers tutorials, sample code, or pointer in right direction appreciated.
grab both user's twitter , facebook accounts acaccountstore
, , make 2 calls slrequest
--one twitter post , facebook.
here's class reference slrequest
.
and check out these examples facebook , twitter.
it's worth noting facebook has own sdk alternative slrequest
, allows more customization of requests include fql, batch requests, etc. depending on specificity of requirements, may want check out.
Comments
Post a Comment