facebook-android-sdk
facebook-android-sdk copied to clipboard
CONNECTION_FAILURE Unable to resolve host \"graph.facebook.com\": No address associated with hostname
Checklist before submitting a bug report
- [X] I've updated to the latest released version of the SDK
- [X] I've searched for existing Github issues
- [X] I've looked for existing answers on Stack Overflow, the Facebook Developer Community Forum and the Facebook Developers Group
- [X] I've read the Code of Conduct
- [X] This issue is not security related and can safely be disclosed publicly on GitHub
Java version
8
Android version
All
Android SDK version
33
Installation platform & version
Gradle
Package
Core & AppEvents
Goals
Fix the error of SDK that when calls to graph.facebook.com it returns all the time that it was Unable to resolve host "graph.facebook.com": No address associated with hostname
Expected results
A functional and working SDK
Actual results
100% of request are not working!
Steps to reproduce
The Facebook SDK makes a call to graph.facebook.com that it's failing 100% of the times, this generates several alerts and malfunctions. This has been reported before at https://github.com/facebook/facebook-android-sdk/issues/994 and was ignored, please fix the issue this time.
Code samples & details
// INSERT YOUR CODE HERE