Package

io.scalajs.social

facebook

Permalink

package facebook

Facebook package object

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. facebook
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Facebook extends Object

    Permalink

    Facebook SDK binding for Scala.js

    Facebook SDK binding for Scala.js

    Annotations
    @RawJSType() @native()
  2. trait FacebookAchievementResponse extends Object with FacebookResponse

    Permalink
    Annotations
    @RawJSType() @native()
  3. trait FacebookApp extends Object with FacebookResponse

    Permalink
    Annotations
    @RawJSType() @native()
  4. class FacebookAppConfig extends Object

    Permalink

    Facebook Application Configuration

    Facebook Application Configuration

    Annotations
    @RawJSType() @ScalaJSDefined()
  5. trait FacebookApplicationAppAdDebugInfo extends Object with FacebookResponse

    Permalink
    Annotations
    @RawJSType() @native()
  6. trait FacebookAuthResponse extends Object with FacebookResponse

    Permalink
    Annotations
    @RawJSType() @native()
  7. class FacebookCommand extends Object

    Permalink

    Facebook Command

    Facebook Command

    Annotations
    @RawJSType() @ScalaJSDefined()
  8. trait FacebookCursor extends Object

    Permalink

    Facebook Cursor Trait

    Facebook Cursor Trait

    Annotations
    @RawJSType() @native()
  9. trait FacebookLoginStatusResponse extends Object with FacebookResponse

    Permalink
    Annotations
    @RawJSType() @native()
  10. trait FacebookMobileSdkErrorCategory extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  11. trait FacebookPagination[T] extends Object

    Permalink

    Facebook Pagination Trait

    Facebook Pagination Trait

    Annotations
    @RawJSType() @native()
  12. trait FacebookPaging extends Object

    Permalink

    Facebook Paging Trait

    Facebook Paging Trait

    Annotations
    @RawJSType() @native()
  13. trait FacebookPhoto extends Object

    Permalink

    Facebook Photo

    Facebook Photo

    Annotations
    @RawJSType() @native()
  14. trait FacebookPhotosResponse extends Object with FacebookResponse

    Permalink

    Facebook Photos Response

    Facebook Photos Response

    Annotations
    @RawJSType() @native()
  15. trait FacebookPicture extends Object

    Permalink

    Facebook Friend Picture

    Facebook Friend Picture

    Annotations
    @RawJSType() @native()
  16. trait FacebookPictureData extends Object

    Permalink

    Facebook Friend Picture Data

    Facebook Friend Picture Data

    Annotations
    @RawJSType() @native()
  17. trait FacebookProfileResponse extends Object with FacebookResponse

    Permalink

    Represents a Facebook Profile

    Represents a Facebook Profile

    Annotations
    @RawJSType() @native()
  18. trait FacebookResponse extends Object

    Permalink

    Generic Facebook Response

    Generic Facebook Response

    Annotations
    @RawJSType() @native()
  19. trait TaggableFriend extends Object

    Permalink

    Facebook Taggable Friend

    Facebook Taggable Friend

    Annotations
    @RawJSType() @native()
  20. trait TaggableFriendsResponse extends Object with FacebookPagination[TaggableFriend]

    Permalink

    Facebook Taggable Friends Response

    Facebook Taggable Friends Response

    Annotations
    @RawJSType() @native()

Value Members

  1. object FB extends Object with Facebook

    Permalink

    Facebook Singleton

    Facebook Singleton

    Annotations
    @native() @JSName( "FB" )
  2. object FacebookAppConfig

    Permalink

    Facebook Application Configuration Companion Object

  3. object FacebookCommand

    Permalink

    Facebook Command Companion Object

Inherited from AnyRef

Inherited from Any

Ungrouped