exception - Blackberry Facebook NoClassDefFoundError -
exception - Blackberry Facebook NoClassDefFoundError -
i'm doing dumb attempts access bb facebook functionality failing. here's code (taken straight fb sample code provided):
string next_url = "http://www.facebook.com/connect/login_success.html"; string application_id = "app_id here"; string application_secret = "secret_key here"; string[] permissions = facebook.permissions.user_data_permissions; applicationsettings = new applicationsettings(next_url, application_id, application_secret, permissions); facebook fb = facebook.getinstance(as);
it falls on over facebook fb ... line.
any pointers anyone?
grab of source - don't alter bundle names - , drop trunk on bb project.
compile , run - it's namespace problem.
it's error trust suggested jar.
facebook exception blackberry
Comments
Post a Comment