Android Google Plus getCurrentPerson returns null

Viewed 6968

When I'm calling plusClient.getCurrentPerson() I am getting NULL.

Method onConnected(Bundle...) called after a successful login:

@Override
public void onConnected(Bundle bundle)
{
   if (plusClient.getCurrentPerson() == null)
   {
      Log.e("DD", "Person is null !");
   }
}

I have added SHA1 directly from eclipse (Window->Preferences->Android->Build). I don't know what I am doing wrong!

SHA1 fingerprint from Eclipse ADT SHA1 fingerprint from Eclipse ADT

Client ID for installed applications Client ID for installed applications

Simple API access Simple API access

5 Answers
Related