Recently Facebook said all API requests must be made using a using SHA-2 connection after Oct 1, 2015.
So from my understanding, this simply means that the SSL certificates that Facebook uses to encrypt traffic will now be signed using SHA-2, and I need to test my app to ensure it can connect to sites using SHA-2 certificates before their new certificates are deployed on Oct 1, 2015.
Is there a way I can test my app against Facebook's servers as if SHA-2 was already deployed?