tags:

views:

84

answers:

3

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

A: 

i think before you start with sample codes. you need to study some of the links.

  1. OAuth 2.0

  2. facebook developer documents

after that you can get

client_id and client_secret from this link

Vivart
hey Vivart i checked the graph Api and i have api_key,secret_key,application_id with me but still i don't understand how to use the url mentioned in graph api as they ask for auth token.i dont have and how can i get that?
SWATI
A: 

Hello,

Please use the latest SDK at here instead. You should be able to follow the short tutorial on the same page as well.

Eki
A: 

did u ever fix this error?

kakareo