Threads .NET SDK
$ dotnet add package Threads.NET.SdkA .NET SDK that simplifies interaction with the Meta Threads API, enabling developers to integrate Threads features into their .NET applications.
In progress...
Install the SDK via NuGet:
dotnet add package Threads.NET.Sdk
TODO
Register the client to enable interaction with the Meta Threads API. This configuration sets up the necessary options for the client, including the client ID, client secret, HTTP timeout, and redirect URI.
builder.Services.AddThreadsClient(options =>
{
options.ClientId = "";
options.ClientSecret = "";
options.HttpTimeout = TimeSpan.FromSeconds(60));
options.RedirectUri = "";
});
Contributions are welcome! To contribute:
TODO
This project is licensed under the MIT License. See the LICENSE file for details.
If you encounter any issues, feel free to open an issue.