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.
Now the issue is that the album that is created for this images that are uploading is called sromku photos. How can i change this? I've tried to do this
Album album = new Album.Builder()
.setName("Album name")
.setMessage("Album create by #android_simple_facebook sample application")
.build();
but Album.Builder() its not resolved so I cannot use it.
So someone please help!
The text was updated successfully, but these errors were encountered:
Hello, I love this simple facebook sdk Thanks @sromku !
Now I have an issue when I upload photos by doing this:
`final Photo photo = new Photo.Builder()
.setImage(bitmap)
.setName(
recepie.getTitle() + "\n "
mSimpleFacebook.publish(photo, onPublishListener);`
Now the issue is that the album that is created for this images that are uploading is called sromku photos. How can i change this? I've tried to do this
Album album = new Album.Builder()
.setName("Album name")
.setMessage("Album create by #android_simple_facebook sample application")
.build();
but Album.Builder() its not resolved so I cannot use it.
So someone please help!
The text was updated successfully, but these errors were encountered: