Giter VIP home page Giter VIP logo

Comments (4)

sromku avatar sromku commented on August 22, 2024

Great to hear you love the library.

Uploading of pictures still isn't added to the library. But, I will work on it and add it in the next few days.

from android-simple-facebook.

sromku avatar sromku commented on August 22, 2024

@jeetdholakia finally I added new features (commit 5251ec6):

  • Get albums
mSimpleFacebook.getAlbums(onAlbumsRequestListener);
  • Publish photo to default album or to specific album
// This is the image you want to upload
Bitmap bitmap = ...
// create Photo instace and add some properties
Photo photo = new Photo(bitmap);
photo.addDescription("Screenshot from #android_simple_facebook sample application");
photo.addPlace("110619208966868");
// publish photo to app album
mSimpleFacebook.publish(photo, onPublishListener);

I also updated the sample application with 2 examples for these features.
Let me know if it helps you :)

from android-simple-facebook.

jeetdholakia avatar jeetdholakia commented on August 22, 2024

Fantastic, i was using the code from FB's sample, but with this , i can achieve the same in less that 20% of the code...thanks for the enhancement..!

from android-simple-facebook.

sromku avatar sromku commented on August 22, 2024

Glad to hear :)

from android-simple-facebook.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.