org.springframework.social.facebook
Annotation Type FacebookUserId


@Target(value=PARAMETER)
@Retention(value=RUNTIME)
@Documented
public @interface FacebookUserId

Annotation that indicates to FacebookWebArgumentResolver that a controller method parameter should be bound to the user's Facebook ID, assuming that user has signed in with Facebook.