hey experts. I want to implement facebook login functionality using fbconnect api and its not working. if any1 had experience with fbconnect api [ [link] ] for android then kindly help me out. The problem is i tried to run the sample project given in its downloads. even after inserting the api key and secret key of facebook
Informacja: 2010-03-15
Inne wiadomości z dnia 2010-03-15
hey experts. I want to implement facebook login functionality using fbconnect api and its not working. if any1 had experience with fbconnect api [ [link] ] for android then kindly help me out. The problem is i tried to run the sample project given in its downloads. even after inserting the api key and secret key of facebook
Informacja: 2010-03-15
Dziękujemy za odwiedziny /przegladprasy
You can just use new Intent(this), where this is your Activity. There is no value here in using getApplicationContext().
Informacja: 2010-03-15
Dziękujemy za odwiedziny /przegladprasy
I have a service that is opened by an Activity for the purposes of managing a SQLite database the service is passed the application context when binding... serviceIntent = new Intent(getApplicationContext() , DatabaseService.class); bindService(serviceIntent, mConnection, Context.BIND_AUTO_CREATE); The service is unbound in onPause
Informacja: 2010-03-15
Dziękujemy za odwiedziny /przegladprasy