ASP.NET REST API

For ASP.net integration, we recommend you to use this version. Its a mix of client and server side version. Please download the below sample code and watch the installation video below. Please contact support if you have hard time with the integration, we can integrate it for you.
Want to implement Contact Importer using REST API with your own logic? please follow the document here

Sample code

Refer the documentation for more customization. Plugin documentation provides the options to customize the template, appearance and events. Please refer the plugin documentation here contact importer doc, friends inviter doc, social connect doc, social post doc.
Step 1: Setting configuration
top
Go to Web.config file and replace the url of authpageurl property and then replace the license keys from your account. Don't have a license key? create a trial license here
Step 2: Getting contacts, friends and profile
top

Contact Importer:

To get imported contacts, goto contactimporter.aspx.cs, scroll to btnGetContacts_Click button click event, place a break point to see the imported contacts.

Friends Inviter:

To get imported friends, goto friendsinviter.aspx.cs, scroll to btnGetContacts_Click button click event, place a break point to see the imported friends.

Social Connect:

To get imported profile, goto socialconnect.aspx.cs, scroll to btnGetProfile_Click button click event, place a break point to see the imported profile.
Need code in other programming language?
ASP.net is not the one you are looking for? no problem, we have sample code available in javascript, asp.net, php and java. Please download the code by going to our download page.
contact grabber php script