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
Bharat KumarBharat Kumar 

Feedly.com Integration with salesforce

Hi,

 

Can you one help me how to integrate feedly.com with force.com?

 

http://feedly.com/index.html#welcome?

 

Thank you

Vinita_SFDCVinita_SFDC

Hello,

 

You can integrate feedly.com with salesforce via REST or SOAP API. If largde volume of data is involved then i would suggest you to go for SOAP API integration.

 

If the application is being used on mobile then go for REST API.

 

For further detail please refer following guides:

 

http://www.salesforce.com/us/developer/docs/api_rest/

 

http://www.salesforce.com/us/developer/docs/api/

 

Also if these APIs don't meet your requirement then refer following help document:

 

https://help.salesforce.com/HTViewHelpDoc?id=integrate_what_is_api.htm&language=en_US

 

Bharat KumarBharat Kumar

Hi,

Thanks for the reply.

 

Actually foe feedly.com I didn't found any API for this. So I stucked there.

 

Is there any 3rd party integrating tool or anything else that you know?

Vinita_SFDCVinita_SFDC

Hello,

 

I could not list down any App or tool for intgrating feedly.com with salesforce, therefore suggested for integration. You can integrate by REST or SOAP API.

 

For better understanding on integration with salesforce, please refer REST and SOAP API guides.