facebook-android-sdk icon indicating copy to clipboard operation
facebook-android-sdk copied to clipboard

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

Open ghost opened this issue 2 years ago • 0 comments

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

ghost avatar May 31 '23 22:05 ghost