i found an sdk here:
http://www.baskoro.web.id/facebook-connect-blackberry-HOWTO.html
i tried to run the code both on device and simulator but it shows only white screen and nothing else
i also tried this without result token:
.append("&next=http://www.facebook.com/connect/prompt_permissions.php?api_key=" + "api_key" + "&display=popup&v=1.0&next=http://www.facebook.com/connect/login_success.html?xxRESULTTOKENxx&fbconnect=true&ext_perm=read_stre...")
but no success
i also tried this without result token:
StringBuffer url = new StringBuffer() .append("http://m.facebook.com/login.php?") .append("api_key=") .append(facebookFacade.getApplicationKey()) .append("&connect_display=page") .append("&v=1.0") .append("&fbconnect=true") .append( "&next="http://www.facebook.com/connect/login_success.html?xxRESULTTOKENxx&fbconnect=true" );
i dont have result token how to get that????
Plzzzzzzzz help