Facebook Client Plugin for Xamarin iOS and Android
Simple cross platform plugin for handling facebook login, sharing, facebook graph requests and permissions handling.
Blog post: Facebook Client Plugin
Setup
- Available on NuGet: http://www.nuget.org/packages/Plugin.FacebookClient
- Install into your .NETStandard project and Client projects.
- Create your Facebook application.
- Follow the Android and iOS Setup guides
- Check out Getting Started
Platform Support
Platform | Version |
---|---|
Xamarin.iOS | iOS 8+ |
Xamarin.Android | API 15+ |
API Usage
Call CrossFacebookClient.Current from any project to gain access to APIs.
Features
- Login
- Permissions Handling
- Share (Photos, Link, Video)
- Game Request
- Facebook Graph Requests
Documentation
Here you will find detailed documentation on setting up and using the Facebook Client Plugin for Xamarin