I have get error cannot resolve Request. Which library should I import?
new Request(
session,
"/{user-id}/taggable_friends",
null,
HttpMethod.GET,
new Request.Callback() {
public void onCompleted(Response response) {
/* handle the result */
}
}
).executeAsync();