Skip to content Skip to sidebar Skip to footer

Request.graphusercallback Cannot Be Resolved To A Type

I am getting error-'Request.GraphUserCallback cannot be resolved to a type' in the flollowing code.. Session.openActiveSession(this, true, new Session.StatusCallback() { //

Solution 1:

I got it right..Add

import com.facebook.Request;

Post a Comment for "Request.graphusercallback Cannot Be Resolved To A Type"