3 Legged Auth in Facebook
Summary
3 Legged Auth in Facebook fails with OAuth ErrorContent
Hello All,
I was exploring the FB social media adapter.It worked well.
But when I am trying to achieve the same using REST Adapter I am facing difficulties.
The Test goes fine but issue happens in runtime.
I am receiving the below error while accessing https://graph.facebook.com/me
[CDATA[{"error":{"message":"An active access token must be used to query information about the current user.","type":"OAuthException","code":2500,"fbtrace_id":"A4ThNKxxxxxNyQ1Iy8nKleC6b"}}.A 400 Bad Request Error indicates that the target service is unable (or refuses) to process the request sent by the client (Oracle Integration Cloud), due to an issue that is perceived by the server to be a client problem. You can trace the cURL representation of the request sent to the target service from the Oracle Integration Cloud server logs. Try invoking the target service using cURL. It may also be that one of the intermediaries (proxy, LBR) could be returning this code. ]]