Coder Social home page Coder Social logo

Comments (7)

soneff avatar soneff commented on April 19, 2024

Could you provide a snippet of code explaining what you are trying to do? Are you just trying to download the image?

from facebook-android-sdk.

langkins avatar langkins commented on April 19, 2024

like

URL url = new URL(urlStr);
URLConnection conn = URLConnection(url)
Object content = conn.getContent();
.....

from facebook-android-sdk.

langkins avatar langkins commented on April 19, 2024

yes, i just download the pictures like profile pic and want to show it to the friends list in a listview

from facebook-android-sdk.

lshepard avatar lshepard commented on April 19, 2024

Does this happen reliably, every time for that URL? Only on the phone or also on the emulator? Or if it's sporadic, is there a pattern to the failures?

from facebook-android-sdk.

langkins avatar langkins commented on April 19, 2024

thank you for your reply.
i got the answer about this problem.
it was because i use a proxy for the wifi to connect to fb. and it got some problem with the dns resolving

from facebook-android-sdk.

keshy avatar keshy commented on April 19, 2024

Hey,
How did you find the URL for the profile pic?..was it after parsing the JSON response?

Sorry, a noob here...just feeling my way around.
Thanks

from facebook-android-sdk.

lshepard avatar lshepard commented on April 19, 2024

keshy- the JSON response will contain the profile pic if you explicitly request it:

http://graph.facebook.com/lukeshepard?fields=picture

from facebook-android-sdk.

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.