Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Complete
-
Affects Version/s: 1.0.3.RELEASE, 1.1.0.M3
-
Fix Version/s: 1.1.0.RC1
-
Component/s: API Binding, Documentation
-
Labels:None
-
Environment:spring social facebook M3
Description
The documentation found at:
http://static.springsource.org/spring-social-facebook/docs/1.1.x/reference/html/apis.html
states that I should be able to retrieve the profile url this way:
String profileUrl = facebook.userOperations().getProfileUrl();
Indeed that would be useful (for my use case), but the UserOperations interface is missing the getProfileUrl() method, thus either the documentation is wrong or the method must be implemented.
I would prefer to have the method instead of fixing the documentation