Monopoly Go is a mobile game developed by Scopely, and playing it with friends increases your chances of getting more rewards. For this reason, many players often look for ways to add new friends within the title. There are different ways to do so. You can add friends from Facebook or your contact list and invite a few with an invitation link.

This article takes a look at the different methods you can use to add friends to your list in Monopoly Go.


fortnite-promotional-banner

3 ways to add new friends on Monopoly Go

youtube-cover

Scopely's help center website offers a complete guide on adding new friends on Monopoly Go. To do so, you first need to launch the game and tap on the “Friends” option. You can then follow one of the methods listed below, depending on your preference.

Feel free to check out our other guide on how to delete friends on Monopoly Go.


Facebook

Add your friends from Facebook in your in-game friends (Image via Scopely)
Add your friends from Facebook in your in-game friends (Image via Scopely)

You can add new friends on Monopoly Go from your Facebook friend list. The game will ask your permission to connect to your account on the social media platform. Once you grant permission, it will add your friends from the network who play the game.


Contacts

You can also add your contacts to your in-game friend list. The title will ask for your number. Once you enter it, it will automatically add those who play the game from your contact list as your friends.


Invite

Share your invitation link to get your friends hooked on the game (Image via Scopely)
Share your invitation link to get your friends hooked on the game (Image via Scopely)

This is probably the best way to add friends on Monopoly Go since you will get rewards for doing it.

You can share your installation link with your friends. Once they install and start playing the title, they will automatically appear in your in-game friend list.

Follow this step-by-step guide to send invitations to your friends:

  • Step 1: Launch the game and go to “Friends”.
  • Step 2: Click on “Invite” under the “Add Friends” option.
  • Step 3: Tap on either the orange or the blue button to share the link with your friends.

You can earn up to 180 free dice rolls and a surprise gift for getting your friends to play the game via an invitation link.


Follow Sportskeeda for more game-related guides.

More from Sportskeeda

" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1698386, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1698386); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1698386) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1698386) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();