09-12-2012 10:04 AM
Well suddenly it has been solved , it looks like someone contacted with facebook staff, lol , well thank you whoever did it ![]()
09-12-2012 10:22 AM
09-20-2012 11:31 AM
01-30-2013 02:11 PM
I have been used this part of code for the facebook login and posting in the wall:
String NEXT_URL = "http://www.facebook.com/connect/login_success.html"; String APPLICATION_ID = "xxxxxxx"; String APPLICATION_SECRET = "xxxxxxxxxxx"; String[] PERMISSIONS = Facebook.Permissions.USER_DATA_PERMISSIONS; ApplicationSettings as = null; Facebook fb = null; as = new ApplicationSettings(NEXT_URL, APPLICATION_ID, APPLICATION_SECRET, PERMISSIONS); fb = Facebook.getInstance(as); //After clicking the button in my app if(field == mCbFacebook) { try { User user = fb.getCurrentUser(); user.publishStatus("Hello world!"); Dialog.alert(""+fb.getCurrentUser()); } catch (FacebookException e) { // TODO Auto-generated catch block e.printStackTrace(); } }
But it is displaying in the facebook page after sometime: "An error occured, Please try later".
How can i post in the wall??
a month ago
iam having same problem. After login, its showing error 500. check this - http://stackoverflow.com/questions/16181928/facebo
a month ago
Yes, we are also getting Error 500..