Debugging

Still not working?
You clicked on the service icons(such as Gmail, Yahoo, Outlook, Twitter etc) and it doesn't seems to be working? then the problem could be at the configuration. We need to connect 3 main DOTS inorder to make this work.
  1. Provide correct redirect url when creating the app
  2. Add api key to socialinviter account
  3. Add license key to your project

Fixing Gmail:

  1. Are you getting redirect url mismatch like shown in below screenshot? which means the redirect url(oauth.html) you provided in the Gmail APP and in socialinviter Gmail configuration doesn't match, both should always match.

    Note: sometimes you might get an error with callbackurl between www.xx.com and xx.com and between http://xx.com and https://xx.com, so carefull with www and https.

    contact importer jsp
  2. Are you getting error while fetching or parsing contacts? which might be because your app might not have permission to access contacts from the loggedin user. Make sure you have enabled permission for contacts, google+ and gmail as shown in below screenshot.
    contact importer jsp

Fixing Yahoo:

  1. Are you getting error when creating the APP as "Callback Domain must be a valid URL"? if you are trying to provide your localhost url then Yahoo will not accept localhost as valid domain, please provide 127.0.0.1 as callback domain. Also, make sure you have added the redirect url(oauth.html) in socialinviter Yahoo configuration as http://127.0.0.1/yourprojectname/oauth.html both domain should always match.
    contact importer jsp
  2. Are you getting error "Something went wrong, please make sure the redirect url is correct"? which means the domain of redirect url(oauth.html) you provided in the Yahoo APP and in socialinviter Yahoo configuration doesn't match, both should always match.
    contact importer jsp
  3. Are you getting error "Cycle Prohibited"?, this is an error on Yahoo's server end and this is something Yahoo has to fix it on their end. To overcome this issue, please refresh the page by doing F5 or CTRL+R.
    contact importer jsp

Fixing Facebook:

  1. Are you getting "Given URL is not allowed" like shown in below screenshot? which means the domain you provided in the Facebook APP doesn't match with the requested domain, both should always match.
    contact importer jsp

Fixing Twitter:

  1. Not able to send message to the selected friends for Twitter? this might be due to insufficient permission, please enable read/write permission on the app created at Twitter by going to the permission tab as shown in below screenshot.
    contact importer jsp