Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ApacheEx committed Jun 15, 2020
1 parent a4970f8 commit 225ec09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ Alternatively, you can:
- download [HybridAuth library](https://github.com/hybridauth/hybridauth/releases)
- unpack the library into `application/third_party/hybridauth` folder

Ok, now copy these files into your project:
Ok, now copy files from this repository into your project:
```
application/config/hybridauth.php
application/libraries/Hybridauth.php
application/controllers/Hauth.php
application/views/hauth
```

OK, now let's put `http://<yourdomain.com>/index.php/hauth/window/<Provider ID>` as valid `Callback URL` in your provider application.
Good, now let's put `http://<yourdomain.com>/index.php/hauth/window/<Provider ID>` as valid `Callback URL` in your provider application.

_e.g for Facebook provider:_
- go to `https://developers.facebook.com/apps/YOUR_APP/fb-login`
Expand Down

0 comments on commit 225ec09

Please sign in to comment.