Error On Post Message To The Facebook Wall In Android 4.0.3
I try to post message on user facebook wall. It's work on previous platform versions, but on Android 4.0.3 I have error: 07-19 14:53:02.945: W/System.err(29740): java.net.Unkno
Solution 1:
There are three reasons that you would get this exception:
- You have not declared the internet permission in your manifest
- The device does not have an internet connection, or has one which blocks facebook access at the DNS level. Try using a home network if you're behind a company porxy.
- Facebook's server's are temporarily not working.
Post a Comment for "Error On Post Message To The Facebook Wall In Android 4.0.3"