I'm trying to add a feature to allow users to log-in via Facebook/Twitter/Google+ and leave comments in my app. I also want to display the avatars of other users that have left comments.
If the users has previously signed-in with Twitter, I can use TWRequest to call the API using [request setAccount:self.account]
, but if not, the request returns "Bad Authentication data"
.
I created an application on Twitter, how I use the consumer key and consumer secret with TWRequest or are those used just for OAuth with a user?