Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi
hello guys i have one of my iphone app. and i want to share or tweet some msg from my existing app so user can see my apps logo and message with my app. so what the way i do this thing in iOS technology.
Posted

1 solution

Links to most of the documentation you need can be found here:

https://dev.twitter.com/docs/ios[^]

If all you want to do is let the user send a tweet from within your app, then check out TWTweetComposeViewController in the Apple documentation.

If you want to do something more complex you'll want to use TWRequest (see Apple documentation) to make twitter API calls (see twitter API documentation).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900