The Techjoomla Blog

Stay updated with all the latest happenings at Techjoomla. From news about the developments in your favourite extensions to Tips & Tricks about the Joomla CMS, Framework & Development.

Invitex 3.0.11 is released

Invitex-3.0.11-is-here

We are happy to release Invitex v3.0.11 with a minor improvement along with plenty of bug fixes and security fixes. We have fixed bugs related to invitation methods for Twitter, Yahoo, and Hotmail for their respective plugins. Please read the release notes carefully before upgrading to the latest version.

Buy Invitex

Read on for the detailed changelog.

Continue reading
0
  3737 Hits

How to use Hotmail REST API to import contacts

How-to-use-Hotmail-REST-API-to-import-contacts

Importing contacts using Hotmail API works in three steps:
1. Getting Request Token:

Use the following URL to request token form Hotmail.

 https://login.live.com/oauth20_authorize.srf?client_id=CLIENT_ID&scope=wl.signin+wl.basic+wl.contacts_emails&response_type=code&redirect_uri=REDIRECT_URL
  • client_id(represented here by CLIENT_ID) is the one that you received when you registered your app in the Live Connect app management site.
  • scope parameter has to be "wl.signin+wl.basic+wl.contacts_emails" in case of Importing Email contacts
  • response_type parameter is set to code, which requests an authorization code.
  • redirect_uri parameter (represented here by REDIRECT_URL) is the URL that Live Connect returns users to after they sign in. 
Continue reading
10
  17053 Hits

Blog Topics