Deprecated Methods |
com.restfb.LegacyFacebookClient.execute(String, String, Class, Parameter...)
Use LegacyFacebookClient.execute(String, Class, Parameter...) instead.
Facebook is moving to OAuth and will stop supporting the old
session key authentication scheme soon. |
com.restfb.LegacyFacebookClient.execute(String, String, Parameter...)
Use LegacyFacebookClient.execute(String, Parameter...) instead. Facebook is
moving to OAuth and will stop supporting the old session key
authentication scheme soon. |
com.restfb.LegacyFacebookClient.executeForList(String, String, Class, Parameter...)
Use LegacyFacebookClient.executeForList(String, Class, Parameter...)
instead. Facebook is moving to OAuth and will stop supporting
the old session key authentication scheme soon. |
com.restfb.LegacyFacebookClient.executeMultiquery(Map, String, Class, Parameter...)
Use LegacyFacebookClient.executeMultiquery(Map, Class, Parameter...)
instead. Facebook is moving to OAuth and will stop supporting
the old session key authentication scheme soon. |
com.restfb.types.Page.getFanCount()
In favor of Page.getLikes() . |
com.restfb.types.Video.getMessage()
FB seems to have removed this field. |