Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Vaadin is a client-server framework, that builds on GWT (Google Web Toolkit) and uses Java to code all of the server and clientside code. Vaadin tries to improve the clientside presentation layer and the rapid application development factor over GWT.

learn more… | top users | synonyms

0
votes
0answers
94 views

Facebook: Get Friends' Info Java

I got stuck how to get for instance the names of all friends. Below is my user class: public static class FacebookUser implements User { @SerializedName("first_name") private String ...