You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2019. It is now read-only.
I need this library to:
1. post two pictures on facebook from my app.
2. change facebook account inside my app.
Problem is, to post more than one picture you need to use
"Publish photos with dialog:
List photos = ...
mSimpleFacebook.publish(photos, onPublishListener);"
and that only supports with using FB dialog.
If I do it this way. I can't change facebook account since it is saved in original facebook app. And if I want to do it without dialog, I can post only one picture.
Any help is much appreciated.
The text was updated successfully, but these errors were encountered:
I need this library to:
1. post two pictures on facebook from my app.
2. change facebook account inside my app.
Problem is, to post more than one picture you need to use
"Publish photos with dialog:
List photos = ...
mSimpleFacebook.publish(photos, onPublishListener);"
and that only supports with using FB dialog.
If I do it this way. I can't change facebook account since it is saved in original facebook app. And if I want to do it without dialog, I can post only one picture.
Any help is much appreciated.
The text was updated successfully, but these errors were encountered: