Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brodock/forceleads-demo
A Rails app demoing the use of forceleads gem
https://github.com/brodock/forceleads-demo
Last synced: about 1 month ago
JSON representation
A Rails app demoing the use of forceleads gem
- Host: GitHub
- URL: https://github.com/brodock/forceleads-demo
- Owner: brodock
- Created: 2014-07-01T07:16:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-01T08:11:33.000Z (over 10 years ago)
- Last Synced: 2023-04-13T14:04:25.973Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Forceleads-demo
===============Getting Started
---------------This repository comes equipped with a self-setup script:
% ./bin/setup
If you want to test locally, you can run with thin:
% thin start --ssl
Setting up Salesforce API
-------------------------For this demo to work correctly, you need to run the Rails application on HTTPS,
as Salesforce REST API mandates the use of secure connections for the OAuth2
authentication.You will have to follow the [Defining connected Apps](https://www.salesforce.com/us/developer/docs/api_rest/Content/intro_defining_remote_access_applications.htm) reference to learn how to
generate the OAuth2 credentials to be able to connect this app with Salesforce API.Try our Demo
------------If you want to try it without deploying by yourself, you do so by visiting:
http://forceleads-demo-production.herokuapp.comYou need to generate a specific **Connected App** for your company, using
the following callback url: https://forceleads-demo-production.herokuapp.com/services/oauth2/callback