SimpleFacebook gives me nullPointerException

104 Views Asked by At

CODE

SimpleFacebook simpleFacebook;
simpleFacebook = SimpleFacebook.getInstance(this);

Above is the part of code. When I used above object to get user profile info, it gave Nullpointer Exception. What is my problem?

0

There are 0 best solutions below