Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add missing non-Standard fields to Location #1179

Closed
JochenSeifarth opened this issue Oct 13, 2021 · 0 comments
Closed

add missing non-Standard fields to Location #1179

JochenSeifarth opened this issue Oct 13, 2021 · 0 comments
Assignees
Milestone

Comments

@JochenSeifarth
Copy link

As per https://developers.facebook.com/docs/graph-api/reference/location/#overview the type Location has more fields than currently included in
com.restfb.types.Location

It would be great if the missing fields could be added. I'm particularly interested in city_id and country_code as I'm using them.

I.e. add

@Getter
@Setter
@Facebook("city_id")
 private String cityId;

@Getter
@Setter
@Facebook("country_code")
private String countryCode;

to com.restfb.types.Location

@JochenSeifarth JochenSeifarth changed the title add fields to Location add missing non-Standard fields to Location Oct 13, 2021
@nbartels nbartels added this to the 3.23.0 milestone Oct 13, 2021
@nbartels nbartels self-assigned this Oct 13, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants