You have to obtain API keys.
There are instructions in the Admin CP > Options > Friend Inviter
Error:redirect_uri_mismatch
The redirect URI in the request: http://mydomainame/friend-inviter/google/callback did not match a registered redirect URI
The options.
In the friend inviter options in the admin cp there is text fields to supply an image and change the default text.
I'm not sure that's even possible.
Do you have a URL where I can test this myself?
I was correct. It's not possible.I'm not sure that's even possible.
Have you got a link to or a screenshot of this invite?But in the FB invite, an image that a user made was shown.
...
You need to find where you have configured a URL with index.php and remove that first.
....
$twitterLogin = "http://api.twitter.com/oauth/authorize?oauth_token=$requestTokens[oauth_token]";
$twitterLogin = "https://api.twitter.com/oauth/authorize?oauth_token=$requestTokens[oauth_token]";
Only just had a chance to look into this, it's a very simple fix. I have changed this for the next update.
Line 641 of library/FriendInviter/ControllerPublic/FriendInviter.php is:
PHP:$twitterLogin = "http://api.twitter.com/oauth/authorize?oauth_token=$requestTokens[oauth_token]";
Change it to:
PHP:$twitterLogin = "https://api.twitter.com/oauth/authorize?oauth_token=$requestTokens[oauth_token]";
(Should be https instead of http).
We use essential cookies to make this site work, and optional cookies to enhance your experience.