Show / Hide Table of Contents

Class FbGraphAPI

Inheritance
System.Object
FbGraphAPI
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: StansAssets.Facebook
Assembly: cs.temp.dll.dll
Syntax
public class FbGraphAPI

Methods

GetFriends(Int32, Action<FbGraphFriendsListResult>, FbCursor)

This edge allows you to: get the User's friends who have installed the app making the query get the User's total number of friends (including those who have not installed the app making the query)

Requires "user_friends" permission https://developers.facebook.com/docs/graph-api/reference/user/friends for information

Declaration
public void GetFriends(int limit, Action<FbGraphFriendsListResult> callback, FbCursor fbCursor = null)
Parameters
Type Name Description
System.Int32 limit

Result limit

Action<FbGraphFriendsListResult> callback

Request callback

FbCursor fbCursor

Pagination cursor pointer

In This Article
Back to top Generated by DocFX