Class ScraperExtensions
Inheritance
System.Object
ScraperExtensions
Assembly: Scraper.Net.Facebook.dll
Syntax
public static class ScraperExtensions : object
Methods
|
Improve this Doc
View Source
AddFacebook(ScraperBuilder, FacebookConfig, String)
Declaration
public static ScraperBuilder AddFacebook(this ScraperBuilder builder, FacebookConfig config = null, string platform = null)
Parameters
Returns
| Type |
Description |
| ScraperBuilder |
A reference to this instance after the operation has completed
|
|
Improve this Doc
View Source
GetFacebookAuthor(IScraperService, String, CancellationToken)
Declaration
public static Task<Author> GetFacebookAuthor(this IScraperService service, string id, CancellationToken ct = null)
Parameters
| Type |
Name |
Description |
| IScraperService |
service |
|
| System.String |
id |
|
| CancellationToken |
ct |
|
Returns
| Type |
Description |
| Task<Scraper.Net.Author> |
|
|
Improve this Doc
View Source
GetFacebookPosts(IScraperService, String, CancellationToken)
Declaration
public static IAsyncEnumerable<Post> GetFacebookPosts(this IScraperService service, string id, CancellationToken ct = null)
Parameters
| Type |
Name |
Description |
| IScraperService |
service |
|
| System.String |
id |
|
| CancellationToken |
ct |
|
Returns
| Type |
Description |
| IAsyncEnumerable<Post> |
|