Skip to content

pedro-de-rycker/Facebook.NetCore.Service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facebook.NetCore.Service nuget package

A set of service to use the Facebook graph API.

This package is part of a three package group :

Get started

Download the following package from nuget.org :

Facebook.NetCore.Service

Services

IFacebookService [REQUIRED]

This service is required to use the other services.

Constructor

FacebookService(string appId, string secretId)

Where:

Methods

GetApplicationTokenAsync()

Returns the application token.

IPageService

Used to make operations on Facebook pages.

Methods

GetUserPagesAsync(string userId, string userAccessToken)

Get the pages where the user has role in it.

GetPageInsightsAsync(string pageId, string pageAccessToken, string metrics, string period)

Get the pages insights requested in the metrics and period parameter.

See more

GetPageInformationAsync(string fields, string pageId, string pageAccessToken)

Returns the page informations requested in the fields parameter.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages