Giter Site home page Giter Site logo

Comments (9)

Korriged avatar Korriged commented on April 23, 2024

Another example : https://api.facebook.com?method=stream.publish&message=Message&format=json&attachment=%7B%22name%22%3A%22Facebook%22%2C%22href%22%3A%22http%3A%2F%2Fdevelopers.facebook.com%2F%22%2C%22caption%22%3A%22Caption%22%2C%22description%22%3A%22Description%22%7D&access_token=...

But the SDK works when changing to https://api.facebook.com/method/stream.publish?message=Message&...

from facebook-android-sdk.

eldolor avatar eldolor commented on April 23, 2024

Util.openUrl does not support Http socket and connection timeouts, which in turn will prevent threads from hanging for a long period of time. You may want to consider using the org.apache.http.* package within util.openUrl, which has built-in support for timeouts, instead of using java.net.* package for Http communication.

from facebook-android-sdk.

soneff avatar soneff commented on April 23, 2024

Ya, we should probably swap out the java.net http library for the apache one, which is available on Android. I'm swamped with stuff right now, but if you want to do this and send me a code diff, I can look into getting it integrated into the master branch.

from facebook-android-sdk.

madmatah avatar madmatah commented on April 23, 2024

Hi

Check http://github.com/madmatah/facebook-android-sdk
I swapped out the java.net http library for the apache one.

I didn't use org.apache.http.entity.mime.MultipartEntity because it requires some extra jar libraries (http://bit.ly/c00W2M for more details).

from facebook-android-sdk.

Maddyy avatar Maddyy commented on April 23, 2024

i'm not able to download the SDK for android i'm getting the error of the file not found please help me i need it.....

from facebook-android-sdk.

stephenohair avatar stephenohair commented on April 23, 2024

I still get the same issue even after swapping out the java.net http library for the apache one. I copied what madmatah did but when my phone is off and there is no data connection my service will fire off a request to facebook via the sdk and my service will indefinitely hang.
No timeouts or anything :(

from facebook-android-sdk.

 avatar commented on April 23, 2024

This bug basically makes the API unsuitable for production use; please fix this.
I'm seeing the API never return simply by switching from cell data to wifi...

from facebook-android-sdk.

scott2449 avatar scott2449 commented on April 23, 2024

I have a production application using the unaltered api and I also had this problem. I just added conn.setReadTimeout(10000);
conn.setConnectTimeout(10000);
and no more blocking. In later versions of Java, for example the android sdk, this is supported. Has anyone tried? If I have time I'll make mine a bit more api friendly and submit a pull request. I can also include the tests to verify.

from facebook-android-sdk.

jamesgpearce avatar jamesgpearce commented on April 23, 2024

This issue was raised against an previous version of the Facebook SDK for Android.

In 2012, the SDK had a significant rewrite and relaunch, and we are closing issues and pull requests that predate that v3.0 release.

If you are still experiencing this issue, please raise a new issue with repro steps in the supported SDK (currently v3.6). For more information see our Android developer center at https://developers.facebook.com/docs/android.

Many thanks for using the Facebook Platform, and your support of this project.

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.