Class Facebook

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ADMINS_LOCAL_NAME
      A comma-separated list of IDs of Facebook user that administers a page.
      static java.lang.String APP_ID_LOCAL_NAME
      The ID of the Facebook Platform application that administers this page.
      static java.net.URI FACEBOOK_PLUGIN_LIKE_URI
      The URI for the Facebook Like plugin.
      static java.lang.String NAMESPACE_PREFIX
      The default prefix for the Facebook namespace, e.g.
      static java.net.URI NAMESPACE_URI
      The Facebook namespace.
    • Constructor Summary

      Constructors 
      Constructor Description
      Facebook()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NAMESPACE_URI

        public static final java.net.URI NAMESPACE_URI
        The Facebook namespace.
      • NAMESPACE_PREFIX

        public static final java.lang.String NAMESPACE_PREFIX
        The default prefix for the Facebook namespace, e.g. in XML documents.
        See Also:
        Constant Field Values
      • ADMINS_LOCAL_NAME

        public static final java.lang.String ADMINS_LOCAL_NAME
        A comma-separated list of IDs of Facebook user that administers a page.
        See Also:
        Constant Field Values
      • APP_ID_LOCAL_NAME

        public static final java.lang.String APP_ID_LOCAL_NAME
        The ID of the Facebook Platform application that administers this page.
        See Also:
        Constant Field Values
      • FACEBOOK_PLUGIN_LIKE_URI

        public static final java.net.URI FACEBOOK_PLUGIN_LIKE_URI
        The URI for the Facebook Like plugin.
    • Constructor Detail

      • Facebook

        public Facebook()