class FacebookService extends Service
Angular Facebook Service (v2.5)
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FacebookService
- Service
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new FacebookService()
Type Members
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def accessToken: UndefOr[String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- var auth: UndefOr[FacebookAuthResponse]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def createFriendList(friendListId: String): Promise[FacebookResponse]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def facebookID: UndefOr[String]
- def feed(appID: String, caption: String, link: String): Promise[FacebookResponse]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getAchievement(achievementID: String): Promise[FacebookAchievementResponse]
Retrieves an achievement by ID
Retrieves an achievement by ID
- achievementID
the given achievement ID
- returns
a promise of a achievement response
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- def getConversations(pageAccessToken: String): Unit
- def getFriendList(listType: UndefOr[String] = "close_friends"): Promise[FacebookResponse]
- def getFriendListMembers(friendListId: String): Promise[FacebookResponse]
- def getFriends: Promise[Array[TaggableFriend]]
- def getLoginStatus: Promise[FacebookLoginStatusResponse]
-
def
getPhotos(type: UndefOr[String] = js.undefined): Promise[FacebookPhotosResponse]
Retrieves photos for the current user
Retrieves photos for the current user
- returns
a promise of an array of photos
-
def
getTaggableFriends: Promise[Array[TaggableFriend]]
Retrieves all "taggable" friends for the authenticated user
Retrieves all "taggable" friends for the authenticated user
- returns
the array of taggable friends
- def getUserProfile: Promise[FacebookProfileResponse]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def login(): Promise[FacebookLoginStatusResponse]
- def logout(): Promise[FacebookLoginStatusResponse]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def send(appID: String, message: String, link: String): Promise[FacebookResponse]
- def share(appID: String, link: String): Promise[FacebookResponse]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )