facebook - Any java library can implement Limiting which fields are returned by the API -


the graph api explorer of facebook cool! especially, limit fields returned api-

xxxxxxxx?fields=id,name,bio,favorite_teams 

the api consumer doesn't need full representation of resource. ability select , chose returned fields goes long way in letting api consumer minimize network traffic , speed own usage of api.

so, want use in project base on spring mvc. try java library can it, nothing. can tell me java or other library can it, thanks!

perhaps yoga matches requirements, see adding flexibility rest implementation yoga introduction.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -