function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Salesforce@322Salesforce@322 

Integration of salesforce and facebook

Hi All,

Created an app in developer.facebook.com , created apex class "Facebook Standard Controller" , created vf page,authorization button to get authorize
1.Created a record in facebook app custom object by giving app id and app secret
2.After saving the record Access token and code should update with the values
3.Code is updating but access token getting this error message
Since i gave correct app id and app secret

ssage":"Error validating client secret.","type":"OAuthException","code":1}}
Ankit AroraAnkit Arora
While hitting HTTP request please make sure you are entering "Client Id" and "Client Secret" correct. Am pretty sure problem is here. Let me know.