Search code examples
iphonefacebookfacebook-rest-api

How to change keyboard of facebook using rest api in iphone?


I have used Rest API facebook in my code and I want to change the default keyboard of Facebook. How can I change it?


Solution

  • FBConnect uses UIWebView to load the pages from web. Those form elements are not created from the code. So you can not have the access to those methods. so you cant able to change the login screen.