CrossGeeks / FacebookClientPlugin

Facebook Client Plugin for Xamarin iOS and Android
MIT License
106 stars 32 forks source link

Post to facebook GraphApi #72

Closed werddomain closed 4 years ago

werddomain commented 4 years ago

Bug Information

Can't post to GraphAPI. Your blog post say to use await CrossFacebookClient.Current.PostDataAsync but it's not found.

Version Number of Plugin: 2.2.1 Device Tested On: Simulator Tested On: Version of VS: 2019 Version of Xamarin: 28.0.0.3 Versions of other things you are using: xarmin.forms 4.4.0.991265+398-sha.ee1eca51d-azdo.3306453

Steps to reproduce the Behavior

Expected Behavior

Actual Behavior

Code snippet

Screenshotst

CrossFacebookClient.Current.PostDataAsync

rdelrosario commented 4 years ago

Just updated the article since this method was deprecated because Facebook deprecated the ability to post by using graph api.