Facebook - BlackBerry World - Free & Paid BlackBerry Apps
Purchase on your SmartphoneInstall on your smartphone | |
A message has been sent to your smartphone to purchase this item. To complete the purchase, check your BlackBerry 10 smartphone now. A message has been sent to your BlackBerry 10 smartphone to install this item. To continue, check your BlackBerry 10 smartphone now. It may take up to a minute or two for the message to arrive. Your BlackBerry 10 smartphone must be turned on and have network connectivity to receive the message. If the message does not arrive, please launch BlackBerry World on your smartphone to find the content you are looking for. Once purchased, you can only open the item on a BlackBerry 10 smartphone and download it on a maximum of 4 other BlackBerry 10 smartphones.Once downloaded, you can only open the item on your BlackBerry 10 smartphone. There was a problem and the request for this item was not sent to your BlackBerry 10 smartphone successfully. Your BlackBerry 10 smartphone must be turned on and have network connectivity. Please try again or launch BlackBerry World on your smartphone to find the content you are looking for. |
There is an issue identifying your BlackBerry 10 device. Sign in with your Blackberry ID on your smartphone.
Downloading this item can only be completed on your BBOS smartphone. Please visit this item in BlackBerry World on your device.
In order to purchase this item, you must complete the transaction on your BBOS smartphone. Please visit this item in BlackBerry World on your device.
To receive an email with a link to the item, you may use the form below.
Security question:
Answer:
*Please provide a valid answer.
Email:
*Please provide a valid email address.
A message containing a link to this item has been sent to the email address you provided. To begin your download, open the email on your BBOS smartphone now. A message containing a link to this item has been sent to the email address you provided. To begin your purchase, open the email on your BBOS smartphone now. It may take up to a minute or two for the message to arrive. Your BBOS smartphone must be turned on and have network connectivity to receive the message. If the message does not arrive, please launch BlackBerry World on your smartphone to find the content you are looking for. |
Your session has expired and you have been logged out. |
If you are using BlackBerry Device software version 7.1 or older, on the home screen of your device, click the Options icon. Click Device > About Device Versions. If you are using a BlackBerry 10 device, on the home screen of your device, swipe down from the top of the screen and tap Settings > About.If your smartphone cannot be powered on, remove the battery to reveal the BlackBerry model number printed on the label underneath.
Look for the Built for BlackBerry badge to identify apps and games that deliver the signature BlackBerry 10 experience.
Built for BlackBerry. The signature BlackBerry® 10 experience.
Built to keep you moving, apps and games with the Built for BlackBerry designation provide the seamless performance and integrated experience you've come to love.
The item is not available for your selected country.
";case 'errorCarrier':return "The item is not available for your selected carrier.
";default:break;}}// Playbook is not supportd// TODO Should be checking if pushEnabledDevice here, then once a playbook has been upgraded they will be supported in WebStore.if (!buttonsOnly && getCurrentModel().toLowerCase() == 'playbook') {return "Visit this item in BlackBerry World on your PlayBook to download.
";}var actionButtonsHTML = '';var actionButtonsArray = [];if (!buttonsOnly && doesExist("pushedMessages", data.id, "pushedMessages")) {// If they have pushed it this session, then lets tell them here.actionButtonsArray.push('' + "This item has been sent to your device" + "
");}var valueLength = value.length;for (var i = 0; i ' + "FREE" + "");} else if (licenseType.type != freeLicense.type && !buttonsOnly && ((updateInfo&BUTTON_DOWNLOAD) == BUTTON_DOWNLOAD)) {// If they have already bought it, then we should show a download button, not a buy button.return '' + "Already Purchased" + "
" + getButtonHTML(freeLicense.label, data.id, licenseType.type, OPERATION_DOWNLOAD, "awwsBlueButton");}if (!buttonsOnly && ((licenseType.type == LICENSE_TYPE_7_SUB) || (licenseType.type == LICENSE_TYPE_30_SUB))) {//"{(price ne renewalPrice and renewalPrice ge 0) or (contentapp.content.initialRenewalPeriod ne contentapp.content.licensetype.accessduration)}") {// Its a subscriptionif (isDefined(license.price) && license.price > 0) {// Paid SubscriptionactionButtonsArray.push('' +license.priceString + "
");} else if (isDefined(license.price) && license.price == 0) {// Free SubscriptionactionButtonsArray.push('' + "FREE" + "
");}if (license.renewalPrice > 0 && license.price != license.renewalPrice) {// Special Initial Period Subscriptionvar priceLabel = '{0} for first {1} days';priceLabel = priceLabel.replace("{0}", license.priceString);priceLabel = priceLabel.replace("{1}", license.initialRenewalPeriod);actionButtonsArray.push('' + priceLabel + "
");if (licenseType.type == LICENSE_TYPE_7_SUB) {actionButtonsArray.push('' + license.renewalPriceString + " / " + "7 days" + "
");} else if (licenseType.type == LICENSE_TYPE_30_SUB) {actionButtonsArray.push('' + license.renewalPriceString + " / " + "30 days" + "
");}}if (licenseType.type == LICENSE_TYPE_7_SUB) {actionButtonsArray.push('' + "7-day subscription recurring" + "
");} else if (licenseType.type == LICENSE_TYPE_30_SUB) {actionButtonsArray.push('' + "30-day subscription recurring" + "
");}} if (licenseType.labelPrice) {if (isDefined(license.priceString)) {label = label.replace("{0}", license.priceString);} else {label = "";}}var buttonHTML = null;if(isMusicTrack && !isAlbumPage) {buttonHTML = getButtonHTMLMusicTrack(label, data.id, "awwsBlueButton", data.parentId);}else {buttonHTML = getButtonHTML(label, data.id, licenseType.type, licenseType.operation, "awwsBlueButton");}var showTryButton = "true".toLowerCase() == "true";if (licenseType.type == LICENSE_TYPE_TRY && showTryButton == false) {//don't show the Try button if we're told not to...} else {actionButtonsArray.push(buttonHTML);}if (licenseType.type == LICENSE_TYPE_TRY) {// In the Try case we also need a Purchase button!label = purchaseLicense.label.replace("{0}", license.priceString);buttonHTML = getButtonHTML(label, data.id, purchaseLicense.type, purchaseLicense.operation, "awwsBlueButton");actionButtonsArray.push(buttonHTML);}}var actionButtonsArrayLength = actionButtonsArray.length;for (var j = 0; j ';}return actionButtonsHTML;};var property = "licenses";var newPath = "actionButtons";dataFormatter.addDataFormatter(property, actionButtonsFormatter, newPath);};registerOnloadCallback(j_idt188Initialize);function getButtonHTMLMusicTrack(label, id, styleClass, parentId){return '';} function getButtonHTML(label, id, licenseType, operation, styleClass) {if (!isDefined(label)) {return "";}return '';}function albumNavigateAction(parentId) {window.location='/webstore/album/' + parentId + '/?lang=en&countrycode=GB';}function licenseAction(id, licenseType, operation, event) {if (isDefined(id) && isDefined(licenseType)) {var selection = null;if (event && event.currentTarget) {selection = jQuery(event.currentTarget);} else if (event && event.srcElement) {selection = jQuery(event.srcElement);}var route = null;if (selection)route = selection.data("route");var isLoggedIn = false;if(!isLoggedIn){if(isDefined(operation)){addToCookie("lt", licenseType, "wsPreLogin", true);addToCookie("cid", id, "wsPreLogin", true);window.location='/webstore/myworld/controller/?contentId=' + id + '&operation=' + operation + '&lang=en&countrycode=GB';}return false;}var isInvalidState=false;var isRegistered=false;if(isDefined(platform) && (platform == "QNX") && isInvalidState){pushModal.showNotRegistered();return;}switch(licenseType) {case LICENSE_TYPE_DOWNLOAD:downloadButtonClickNew(id);if (mixpanelActive == true){prepTrackAction(MP_VALUE_PUSH_TYPE_DOWN, dataDictionary[id], userAuth, route);}if(isRegistered){pushModal.show(dataDictionary[id], licenseType, 'install');}else{emailInstallModal.show(dataDictionary[id], licenseType);}break;case LICENSE_TYPE_TRY:buyRentButtonClickNew(id, 'TRY');if (mixpanelActive == true){prepTrackAction(MP_VALUE_PUSH_TYPE_DOWN, dataDictionary[id], userAuth, route);}if(isRegistered){pushModal.show(dataDictionary[id], licenseType, 'install');}else{emailInstallModal.show(dataDictionary[id], '1');}break;case LICENSE_TYPE_PURCHASE:case LICENSE_TYPE_7_SUB:case LICENSE_TYPE_30_SUB:buyRentButtonClickNew(id, 'BUY');if (mixpanelActive == true){prepTrackAction(MP_VALUE_PUSH_TYPE_PURCH, dataDictionary[id], userAuth, route);}if(isRegistered){pushModal.show(dataDictionary[id], licenseType, 'purchase');}else{emailInstallModal.show(dataDictionary[id], licenseType);}break;case LICENSE_TYPE_RENTAL:return false;buyRentButtonClickNew(id, 'RENT');if (mixpanelActive == true){prepTrackAction(MP_VALUE_PUSH_TYPE_PURCH, dataDictionary[id], userAuth, route);}break;}} return false;}var buttonstatus="";function getUpdateInfo(data, userAuth) {var BUTTON_DOWNLOAD = 1; var BUTTON_UPGRADE = 2; var BUTTON_PURCHASE = 4; var BUTTON_PURCHASE_UPGRADE = 8; var BUTTON_TRY = 16; var BUTTON_REVIEW = 32; var BUTTON_SUBSCRIBE = 64; var appData = ""; if (userAuth){ buttonStatus = data.ownership; appData = buttonStatus; //getButtonData(data.id); } var updateInfo = 0; if(appData != null && appData.length > 0) { var dataArray = appData.split('&'); updateInfo = dataArray[0]; } return updateInfo;}function setButtonStatus(data){buttonstatus=data;}function getButtonData(id){if ('false' == 'false' || !userAuth){return "";}var ver2 = $j("#version");return;$j.ajax('https://appworld.blackberry.com/webstore/myworld/ownership/' + id + "/" + ver2.text() + "/" ,{ method: 'post',async: false,dataType: "text", complete: function(transport, status) {var val = transport.responseText;val = val.split(":");if (val.length > 1){setButtonStatus(val[1]);}}});return buttonstatus;} function getUpdateButton(data, styleClass) { var returnString = ""; var updateInfo = getUpdateInfo(data, true); if ((updateInfo&BUTTON_UPGRADE) == BUTTON_UPGRADE) {if (!buttonsOnly) {returnString += "Upgrade Available
";}returnString += '';} else if ((updateInfo&BUTTON_PURCHASE_UPGRADE) == BUTTON_PURCHASE_UPGRADE) {if (!buttonsOnly) {returnString += "Upgrade Available
";}var label = "Purchase Upgrade {0}";//Upgrade price is in the cookie.//label = label.replace("{0}", appData[1]);label = label.replace("{0}", data.licenses[0].priceString);returnString += '';} else {// Already Installed, no update required}return returnString;}function getCurrentModel() {var requestProfile = new RequestProfile();requestProfile.loadFromFilteringCookie();var model = requestProfile.model;if (model == null)model = "";return model;}function getCurrentCountry() {var requestProfile = new RequestProfile();requestProfile.loadFromFilteringCookie();var countryid = requestProfile.countryid;if (countryid == null)countryid = "";return countryid;}-->My Rating:
My Review Title:
My Review:
Invalid review. Please ensure that all fields are entered correctly.
Invalid characters entered. Please ensure all fields are entered correctly.
![]() | ![]() | ![]() | ![]() | |
Overview | All ages | May not be suitable for children under the age of 13 | May not be suitable for children under the age of 17 | Content that is generally recognized as appropriate only for or that is legally restricted to persons at least the age of majority in their region. |
Violence | Minimal cartoon or fantasy violence | Mild to moderate cartoon, fantasy, or realistic violence | Frequent, intense or graphic cartoon, fantasy, or realistic violence | Extreme depictions of graphic violence appropriate only for or legally restricted to persons at least 18 years of age. |
Sexual Content | Little or no sexual content, situations, or themes | Infrequent/Mild sexual content, situations, or themes | Intense/Frequent sexual content, situations, or themes | BlackBerry World will not accept apps with graphic nudity |
Language | No strong or coarse language | Infrequent/Mild profanity or crude humor | Intense or graphic profanity/crude humor | BlackBerry World will not accept Hate Speech |
Alcohol, Tobacco, Drug Use | None | Infrequent/Mild | Intense/Frequent drug/alcohol use or reference | Content designed to encourage/promote drug or alcohol abuse, or content appropriate only for or that is legally restricted to persons at least 18 years of age |
Gambling | None | Simulated | Simulated | As permitted by law for persons at least 18 years of age |
If you are using BlackBerry Device software version 7.1 or older, on the home screen of your device, click the Options icon. Click Device > About Device Versions. If you are using a BlackBerry 10 device, on the home screen of your device, swipe down from the top of the screen and tap Settings > About.
Or
If your smartphone cannot be powered on, remove the battery to reveal the BlackBerry model number printed on the label underneath.
Facebook - BlackBerry World - Free & Paid BlackBerry Apps ...
Facebook for BlackBerry® smartphones makes it even easier to connect with friends and share your news while you're on the go. Discover all the great ways Facebook
BlackBerry | Facebook
BlackBerry. 30,496,838 likes · 32,905 talking about this. Hi! We're your BlackBerry Community Managers and were here because youre here. Leave a
Free & Paid BlackBerry Apps for Smartphones & Tablets ...
Welcome to the official store for BlackBerry World. Discover new apps, games, music and videos to buy or download for free.
Facebook - Wikipedia, the free encyclopedia
Facebook (formerly [thefacebook]) is an online social networking service headquartered in Menlo Park, California. Its website was launched on February 4, 2004, by
Facebook
Facebook is a social utility that connects people with friends and others who work, study and live around them. People use Facebook to keep up with
Welcome to Facebook - Log In, Sign Up or Learn More
Connect with friends and the world around you on Facebook. See photos and updates from friends in News Feed. Share what's new in your life on your Timeline.
Facebook features - Wikipedia, the free encyclopedia
Facebook is a social networking website launched on February 4th, 2004. This is a list of software and technology features that can be found on the Facebook website.
Facebook Mobile | Facebook
Get Facebook for iPhone, Blackberry, Android, Windows Phone, Nokia, and other mobile devices. Verify your phone to send status updates by email or text.
Welcome to Facebook
New to Facebook? Create New Account. Forgot Password? Help Center
BlackBerry World - Official BlackBerry - US
Download BlackBerry World for free to load up your BlackBerry smartphone with games, social networking, shopping, productivity, organization & other fun BlackBerry apps.
Comments
Post a Comment