Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
IOException is the general class of exceptions produced by failed or interrupted input/output operations in several languages, including Java and C#.
1
vote
1answer
885 views
Facebook Graph API request returning IOException “Hostname <fbcdn-profile-a.akamaihd.net> was not verified”
So I'm trying to simply fetch the user's profile photo from facebook but I'm getting a null response from facebook.request(path) and the IOException "Hostname fbcdn-profile-a.akamaihd.net was not ...
0
votes
1answer
181 views
android: cannot post on my Facebook wall, E/IOEX(6326): graph.facebook.com
Recently I've been working on understanding how to post on the users Facebook wall from my app.
I have my access token and managed to work the SSO (the trick was to add the Android hash key) and the ...