Deprecated API


Contents
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. 
 

Deprecated Constructors
com.restfb.DefaultLegacyFacebookClient(String, String)
          You should use DefaultLegacyFacebookClient.DefaultLegacyFacebookClient(String) instead. Facebook is moving to OAuth and will stop supporting the old authentication scheme soon. 
com.restfb.DefaultLegacyFacebookClient(String, String, WebRequestor, JsonMapper)
          You should use DefaultLegacyFacebookClient.DefaultLegacyFacebookClient(String, WebRequestor, JsonMapper) instead. Facebook is moving to OAuth and will stop supporting the old authentication scheme soon. 
 



RestFB 1.6.8. Copyright © 2010-2011 Mark Allen. All Rights Reserved.