Hi Daniele,
you can use the center
and distance
to find places around you. Because you already know how to use the parameter
object, you only need to add to new parameters.
Parameter.with("center", "40.7304,-73.9921"), Parameter.with("distance", 1000)
To get different fields, you have to define which fields you need.
For example: Parameter.with("fields","name,checkins,picture")
Best Regards,
Norbert
Hi Daniele,
you have to request the type parameter with the other fields and if it is part of the object (most of the time it is) you can get it.
The second part is easy. Since April 2018 only page
and pagetopic
are valid types for the search request. We highlighted this information in the RestFB docs.
Best regards,
Norbert