User Tools

Site Tools


plugin-tuts:contact-importer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
plugin-tuts:contact-importer [2012/02/08 13:04]
aka_le_mulder
plugin-tuts:contact-importer [2015/10/28 09:26] (current)
Alia
Line 1: Line 1:
 +====== How to configure Contact Importer plugin ======
 + 
  
 +===== Facebook =====
 +
 +1. Go to [[http://​www.facebook.com/​developers/​createapp.php]] and create an application
 +
 +2. Click My Apps > Add a New App in the top menu. 
 +
 +3. Create App ID: 
 +
 +{{:​plugin-tuts:​create_app_id.png?​300|}}
 +
 +4.Select "​Communication"​ App Categpory from next pop up: 
 +
 +{{:​plugin-tuts:​app_category.png?​300|}}
 +
 +5. Click "Skip Quick Start" from upper right corner. You will be navigated to App Dashboard page. 
 +
 +6. Click "​Settings"​ from the left sidebar: ​
 +
 +7. Click "Add Platform"​ > select "​Website"​ from opened pop up > Enter your site URL > Save changes: ​
 +
 +{{:​plugin-tuts:​app_settings.png?​300|}}
 +
 +8. Enter your domain name into "App Domains"​ field and your contact email into "​Contact Email" field > Save changes one more time. 
 +
 +10. Click  "​Status&​Review"​ section from left sidebar.
 +Set "Do you want to make this app and all its live features available to the general public?"​ from "​No"​ to "​Yes": ​
 +
 +{{:​plugin-tuts:​status-review.png?​300|}}
 +
 +
 +====App Details ====
 +
 +To upload your own logo add add additional information about your App navigate to** App Details** ​ from left sidebar:
 +
 +{{:​plugin-tuts:​app-details.png?​300|}}
 +
 +Once all changes are saved go back to "​Settings"​ and copy **'App ID'** and **'App Secret'​**:​
 +
 +{{:​plugin-tuts:​appid.png?​300|}}
 +
 +
 +Go to **Admin Panel** > **Plugins** > **Installed Plugins** > **Contact Importer** > **Settings** section. Fill 'APP ID' and 'APP SECRET'​ with values from step 2.\\
 +
 +Installation completed.
 +
 +
 +
 +====== Google ======
 +
 +To allow site users import contacts from Google, follow these steps: \\
 +
 +**1**. Click on  "API Project"​ at https://​console.developers.google.com/​project
 +
 +{{:​plugin-tuts:​gimporter1.png?​300|}}
 +
 +**2**.Navigate to APIS&​AUTH > Credentials > Create New Client ID from the left menu.
 +
 +{{:​plugin-tuts:​gimporter2.png?​300|}}
 +
 +Fill in the form by: 
 +
 +  * Application type - Web application
 +  * Authorized Java Script Origins- URL of your site.
 +  * Redirect URI- URL to the place where Oxwall is installed with **/​google/​oauth** string. Example: http://​sitename.com/​google/​oauth ​
 +
 +{{:​plugin-tuts:​gimpoter3.png?​300|}}
 +
 +**3**. Once Client ID is created copy the Client ID and Client secret and paste it into your Admin Area > Plugins > Installed Plugins > Contact Importer plugin > Google App Settings section.\\
 +
 +{{:​plugin-tuts:​final_settings.png?​600|}}
 +
 +Installation completed.