ios6 - iOS 6 Twitter share without using system account -


on current project let user not have twitter account setup login , tweet. use case: area of app being used many different end users part of check-in process. not personal ipad, use 10 minutes check-in event. during check-in process want let them share fb , twitter if choose.

i able accomplish facebook share without using system account using facebook's presentfeeddialogmodallywithsession api, works great. there similar api in twitter sdk? there way leverages social or twitter framework?

recommendations appreciated.

you cannot built-in twitter sdk. need use "old" way of doing this, via oauth or xauth. framework can found on github called fhstwitterengine. need make own ui twitter itself, handles login/authentication as possible.

also this page may useful find other 3rd party frameworks (that updated twitter themselves) if need go outside of regular sdk , above not want.


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -