Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

is it possible open email+account page programmatically from my own App, to let user create a new social account?

thanks.

share|improve this question

1 Answer

up vote 0 down vote accepted

No, it's not possible. You can launch only few tasks

  • Camera Capture Task
  • Email Address Chooser Task
  • MarketPlace Search Task
  • MarketPlace Hub Task
  • MediaPlayer Launcher
  • Phone Call Task
  • Phone Number Chooser Task
  • Photo Chooser Task
  • Search Task
  • SMS Compose Task
  • WebBrowser Task
share|improve this answer
While this is true, you can use a WebBrowser task, or a WebBrowser control (the former is recommended) to direct the user to the required page. – Robert Sep 27 '12 at 12:13

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.