Friend Inviter [Paid] [Deleted]

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).
 
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).

Ok. This fix works.
Thanks.
 
it would be good if a log or something was created everytime someone invited their friends. Right now its impossible to know if this addon provides much benefit or who is joining via these referrals.
 
In your Google app, just add http://netrider.net.au/friend-inviter/google/callback as an additional authorized callback URL on another line. You may already have http://netrider.net.au/ there if you're using 1.3 Google login.
Thanks, and done.
Now though I get this one ...

Error: invalid_client

no support email

Request Details

... which I've worked out is the Google app/project not having an email address @ https://console.developers.google.com/project/apps~netrider-au/apiui/consent

BUT, Google only presents me a single email address (my personal/home email) to utilise, and after spending 10mins going through all options I cannot see how to create an additional (or change) the email address for my Google app/project. Can anyone advise?
 
It will be tied to your Google Account.

So you probably need to log out of your Google Account, create a new one, then create a new app using that new account. That will give you new API keys.
 
Hi, I just bought your addon, but I got a nulled version according to the image...

Nulled By ******.OrG ?

viet.webp
 
If you are the person who has purchased this in the last hour or so, then that message certainly isn't included in the version you downloaded.

Have you ever used a nulled version? Or downloaded a nulled version?

Either way, I don't care about that... Just uninstall the current version, delete any files on your server relating to Friend Inviter and delete any local copies of the add-on. Re-download the add-on from the email you were sent and reinstall it.
 
@Chris D
How to change the position of NavTab?
Is possible to format with bold font?
How to show NavTab to Inviteds (all the people)
Thanks in advance.
 
Last edited:
@Chris D I just got email by Google because the G's icon that you use in this addon does not meet their branding guidelines, specifically that the g should have a + on it's right side vertically centred. I'm not graphically minded (even my stick figures get laughed at). Any chance you, or someone else, would like to provide an updated one that matches the same dimensions?
 
Google's Branding guidelines said:
Size
You can scale the button as needed for different devices and screen sizes, but you must preserve the aspect ratio so that the Google+ icon is not stretched.

Color
You should use the Google+ Sign-In button in its provided color schemes. The color for an unpressed red button is #dd4b39.

According to Google's Branding guidelines the color should be the same; proportion has be scaled of original Logo.

I donwloaded the Google+ icon files (https://developers.google.com/ /images/branding/gplus-icons.zip) and edited to match of Friend Inviter icon size.

I shared my Custom Icon to the XenForo Community:

8EdOK2D.png


Thanks.
 
Last edited:
Thanks Carlos.

I used the correct logo from the same download above, but I did forget to change the colour.

Thank you.
 
Hello Chris,

Reading the thread I saw that there are some upcoming changes. When are you planning to release the lastest update for this addon ?
 
I forgot about that. Yes. Make that change yourself for now. Everything else works fine.
 
Top Bottom