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
Davis RaussDavis Rauss 

Facebook integration code

The code below is facebook  integration code in salesforce . I want to download likes ,comments and posts in salesforce and then i want to see it in Visual force page .
Kindly   solve this code.
To see post  --change the url  ------ https://graph.facebook.com/me/feed?
Http http =new Http();
HttpRequest req =new HttpRequest();
req.setEndpoint('https://graph.facebook.com/me/feed?access_token=Edkjghkdjhkhghdkghkh');
req.setmethod('GET');
HttpResponse res = http.send(req);
String str = res.getbody();
System.debug(str);
 
Rahul KumarRahul Kumar (Salesforce Developers) 
Hi Davis Rauss,
  • Please share your Email Address so that I can share you the Document on Facebook Integration.
I hope it will be helpful.

Thanks
Rahul Kumar
Vserv CapitalVserv Capital
@rahulkumar
Please share a facebook intigration document 
Email: anilkumarmca618@gmail.com