Class and Description |
---|
com.restfb.types.Checkin.Place
As of release 1.6.10, replaced by
Place . |
com.restfb.types.Checkin.Place.Location
As of release 1.6.10, replaced by
Location . |
com.restfb.types.Post.Place
As of release 1.6.10, replaced by
Location . |
Method and Description |
---|
com.restfb.LegacyFacebookClient.execute(String, String, Class<T>, 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<T>, 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.FacebookClient.executeMultiquery(Map<String, String>, Class<T>, Parameter...)
As of 1.6.12, prefer
FacebookClient.executeFqlMultiquery(Map, Class, Parameter...) because it connects to the
Graph API FQL endpoint instead of the legacy FQL endpoint. |
com.restfb.LegacyFacebookClient.executeMultiquery(Map<String, String>, String, Class<T>, 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.FacebookClient.executeQuery(String, Class<T>, Parameter...)
As of 1.6.12, prefer
FacebookClient.executeFqlQuery(String, Class, Parameter...) because it connects to the
Graph API FQL endpoint instead of the legacy FQL endpoint. |
com.restfb.types.Comment.getLikes()
As of September 5, 2012, Facebook is changing over to
like_count , so this method will be
replaced by Comment.likeCount . |
com.restfb.types.Video.getMessage()
FB seems to have removed this field.
|
com.restfb.types.Photo.getPosition()
Facebook will start returning 0 for this field starting on October 3, 2012.
|
com.restfb.types.Comment.setLikes(Long)
As of September 5, 2012, Facebook is changing over to
like_count , so this method will be
replaced by Comment.likeCount . |
com.restfb.types.Video.setMessage(String)
FB seems to have removed this field.
|
com.restfb.types.Photo.setPosition(Integer)
Facebook will start returning 0 for this field starting on October 3, 2012.
|
com.restfb.BinaryAttachment.with(String, InputStream)
use the stream-less API passing a
byte[] for data |
com.restfb.BinaryAttachment.with(String, InputStream, String)
use the stream-less API passing a
byte[] for data instead |
Constructor and Description |
---|
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.7.0. Copyright © 2010-2014 Mark Allen. All Rights Reserved.