facebook / facebook-android-sdk

Used to integrate Android apps with Facebook Platform.
https://developers.facebook.com/docs/android
Other
6.07k stars 3.64k forks source link

CONNECTION_FAILURE Unable to resolve host \"graph.facebook.com\": No address associated with hostname #1190

Open ghost opened 11 months ago

ghost commented 11 months ago

Checklist before submitting a bug report

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!

image

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