-1

I'm making a video based app, I want to be able to allow the users to use their twitter profiles to be the profiles used in the app

I'm fairly new to app development/obj c, so would really appreciate any help
by any chance is there a way to use the built in twitter login feature in ios?

Thanks alot :)

EDIT: Thanks for your help i'm going to look into the links you gave me and see how i get on :)

2 Answers2

1

I highly suggest taking a look at a CocoaPod called STTwitter. It makes consuming the Twitter API incredibly easy and straightforward. The repository's readme also gives some great examples.

AdamPro13
  • 7,232
  • 2
  • 30
  • 28
0

You can use this this tutorial.

Can also use UIActivityViewController to share with twitter.

Hope this may help you.

Neenu
  • 6,848
  • 2
  • 28
  • 54