This repository has been archived by the owner on Aug 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 349
Get tagged places
Roman Kushnarenko edited this page Oct 5, 2015
·
1 revision
Initialize callback listener:
OnTaggedPlacesListener onTaggedPlaces = new OnTaggedPlacesListener() {
@Override
public void onComplete(List<PlaceTag> taggedPlaces) {
Log.i(TAG, "Number of tags = " + taggedPlaces.size());
}
/*
* You can override other methods here:
* onThinking(), onFail(String reason), onException(Throwable throwable)
*/
};
Get my tagged places:
mSimpleFacebook.getTaggedPlaces(onTaggedPlaces);
-
Setup
-
Login/Logout
-
Publish
-
Requests/Invite
-
Get 🔻
-
Additional options
-
Samples