gorbin / gorbin/ASNE

Requesting Detail profile of user for Facebook App crashes

Open
#113 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
877
Forks
225
PR merge metrics
No merged PRs in 30d

Description

If @Override
public void onRequestDetailedSocialPersonSuccess(int socialNetworkId, SocialPerson socialPerson) {
}
Is used then App crashes for null point error
Log
Process: com.appectual.ube, PID: 22288
java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.Object.toString()' on a null object reference
at com.github.gorbin.asne.facebook.FacebookSocialNetwork.getDetailedSocialPerson(FacebookSocialNetwork.java:328)

facebookPerson.verified = user.getProperty("verified").toString(); Happening here in FacebookSocialNetwork.java Class

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.