Hi,
We are creating a app that we need to implement all Social Account and change the profile picture from app. we are added "Xamarin.Auth" components and using a "OAuth2Authenticator" service
after "auth.Completed += async (object sender, AuthenticatorCompletedEventArgs ee) => {}" we get request for user info like "var request = new OAuth2Request ("GET", new Uri ("https://graph.facebook.com/me"), null, ee.Account);"
above request we received user info, but we did not find any result that change a profile picture Social account.
please help...
Thanks