0

Can any one tell me is this passible with twitter API in iPhone to fetch the user email ID. Please give me a proper way to getting the user information(Email Id) through the twitter API in iPhone.

Thanks sandeep

sandy
  • 1,072
  • 2
  • 12
  • 31
  • I think for current twitter API not passible. We have to ask for user to provides us. – sandy May 05 '11 at 07:58
  • No right now twitter API not provide us any option for that. so we have to ask for that with user with help of an alert. – sandy May 26 '11 at 06:59
  • ok thanks.. is same thing in facebook/linkedin api(if you have any idea) – Amit Battan May 27 '11 at 06:14
  • no problem in facebook API.. means it is possible ..is it? .. if this then please tell me the API – Amit Battan May 31 '11 at 07:23
  • YES you can by this... - (void) fbDidLogin { [facebook requestWithGraphPath: @"me" andDelegate: self]; } - (void) request:(FBRequest*)request didLoad:(id)result { if ([result isKindOfClass:[NSDictionary class]]) { self.email = [result objectForKey: @"email"]; } } – sandy May 31 '11 at 13:31
  • http://stackoverflow.com/questions/30235010/get-user-profile-details-especially-email-address-from-twitter-in-ios – sandy Nov 10 '16 at 09:55

0 Answers0