Problem installing Facebook app in windows 8.1

when i try to install Facebook app  in windows 8.1 it says Purchase error  Sorry ,this app can't be installed because your PC might not meet some of the requirements.
My PC configuration is
intel core2 duo
3gb ram
windows 8.1 os

For help with using Windows please post in the Windows Store forum on
http://answers.microsoft.com .
The MSDN Windows Store and Windows Phone apps forums are for developers to discuss writing their own Windows Store and Windows Phone apps.
--Rob

Similar Messages

  • Installing 11i apps on windows xp and Red Hat linux AS 3.0

    Hi,
    I am a newbie to Oracle E-business suite............i will be very helpful if anybody could help me with the full procedure on how to install Oracle apps on windows on Windows XP and Red Hat linux AS 3.0.........starting with configuring ip.....i would really appreciate if somebody helps me out...........well thanks in advance..waiting for a optmistic reply...
    Thanks again,
    Virendra

    I have done installation on XP and 2000 servers are heres the steps... detailed ones. I also request those who install Oracle Apps 11i to first read the installtion pdf's which helps you understand clearly the prerequisites overall.
    You cannot find the Pre installtion steps(such as Mks Toolkit and GNUMake config) in more clear terms from those documents.Which are explained here.
    The Must PDF's to refer before installation
    1)r1152ins.pdf
    2)11iconcepts.pdf
    According to the 11iconcepts PDF you can decide your business needs the N-Tier Architecture and Database Server and Application Tier Server File System in a very clear terms.
    The installation process can be divided into
    Pre Installtion,Installation and Post-Installation stages.
    I would caution everyone to concentrate more on Pre Installation stage and which is more critical for a successfull installtion of Oracle Apps and to be free with later cropping up problems.
    Further before moving into Installtion stages i have to Explain the Number of CD's and Installtion type's in Oracle App's.
    In many places you may need to wait patiently even more than 10 minutes for screens(Dialog Boxes) to appear dont conclude prematurely some problem on system.
    In oracle Apps 11.5.1 it consist of 12 CD's.
    1) Start Here CD(RAPID Installation Wizard)
    2)1-11 CD's
    1-3 Application Top information
    4th Oracle DB
    5-6 IAS and other tools
    7-11 Oracle Apps DB.
    You have to decide whether you are going to do a Single Node Installation(No Post-Installation Task) or Multi Node Installation. Refer(r1152ins.pdf)
    While installing for Multi Node you can see the Installation locations to be mentioned as
    Appl_Top,Common_Top,Data_Top etc.Try to install Appl_top and common_Top in one drive and Data_Top in another Drive(Single Node) and in different nodes in Multi Node installation.
    Installation Types
    Production ==>Real time Env implementation's
    Test ==>For test Env Purposes
    Vision Demo==>R&D or learning Purposes.
    Pre-Installation steps
    ======================
    Space Requirement for types of installtions
    Install VC++
    How to Download and install MKS tool Kit
    How to Download and Configure GNUMAKE
    Env path setting
    Create Applmgr user in Win2000
    Space Requirement for types installtion:
    Memory Requirement
    1 GB of RAM(512 Fine for initial Installtion)
    but planned for more user connections another 1 GB of Ram and according to the number of user's and Application needs you have to Increase the Memory.
    HDD capacity
    APP_Top(A)
    COMMON_TOP(C)
    DATA_TOP(D)
    Test DB : 22 + 20 GB (60 GB recommended)
    Prod DB : 22 + 20 GB (60 GB recommended)
    Vision Demo DB: 22 + 35 GB (80 GB recommended).
    Plus space for ur staging area.
    This are the actuall space required for the Oracle Apps Alone plan for more space for future needs etc.
    Softwares on System
    Win2000 server with Patch1,Winzip and Acrobat Reader Latest version etc.
    Install VC++:
    Install a clean installtion of VC++ of Visual Studio Family 6.0
    It should be first installed before installing MKS or GNUMAKE
    NOTE: When Visual C++ is installed, let the installer register all environment variables. This will allow executables to be linked from the command line.
    How to Download and install MKS tool Kit:
    Note:Try to purchase the MKS tool kit from the below site.
    or try to download the trial version valid for a months time.
    http://www.mkssoftware.com/products/tk/ds_tkio.asp
    Evaluation copy from
    http://www.mkssoftware.com/eval/
    Choose "MKS Toolkit for Interoperability " Download it in C:\
    Again you have to click the downloaded kit to start the actual download of 38 MB of MKS tollkit Evaluation version.
    You will be sent a Demo serial number to your mail id==>copy the same to a Notepad on your desktop.
    Now start the installtion of the MKSToolkit on your system by clicking on the MKStoolkit downloaded.
    It will prompt you for the Demo serial number which has to be provided.
    The MKStoolkit will be successfully installed.
    How to Download and Configure GNUMAKE:
    1) HOW TO GET AND INSTALL GNUMAKE ON WINDOWS2000
    This can be done by performing the following steps:
    NOTE: Please, be aware that you must install Visual C++ BEFORE installing GNUMAKE, because its installation process involves linking executables.
    1) Before downloading GNUMAKE, you will need to acquire some utilities which will be used for unpacking files. You can obtain the required utilities at the following
    URL: ftp://ftp.gnu.org/gnu/windows/emacs/utilities/i386/
    The directory contains the following files:
    README
    djtarnt.exe
    gunzip-1.2.4-i386.exe
    gzip-1.2.4-i386.exe
    tar-1.11.2-i386.exe
    tar-1.11.2a.exe
    Only two of the files are required:
    gunzip-1.2.4-i386.exe and tar-1.11.2a.exe
    2) After downloading the above files, rename them as follows:
    gunzip-1.2.4-i386.exe => gunzip.exe
    tar-1.11.2a.exe => tar.exe
    Place them into a directory that you can set in you PATH environment variable.
    3) Point your browser to the following
    URL: ftp://ftp.gnu.org/gnu/make
    The files needed from this directory are:
    make-3.77.tar.gz
    make-3.78.1.tar.gz
    make-3.79.1.tar.gz
    make-3.79.tar.gz
    Development requires to install version 3.77 or above. Downloading the latest version is perhaps best decision, but there are advantages to downloading the version required by development (3.77). (This document assumes that version 3.77 has been downloaded) (NOTE: AVOID USING SPACES IN
    DIRECTORY AND FILE NAMES. GNUMAKE,VISUAL C++, ETC. DO NOT ALWAYS DEAL WELL WITH SPACES)
    4) For instance, suppose you have downloaded file make-3.77.tar.gz on a directory called C:\GNUMAKE, unpack this file using gunzip.exe from a Command Prompt Window
    Example: C:\GNUMAKE>gunzip make-3.77.tar.gz This last action, will expand file make-3.77.tar.gz and the extension .gz will be removed.
    5) On the same Command Prompt Window, you should UnTAR the file, with the following
    command: C:\GNUMAKE>tar -xvf make-3.77.tar This will create a new subdirectory called MAKE-3.77 under C:\GNUMAKE, the original directory.
    6) In the new subdirectory, there is a batch file
    called build_w32.bat; run the batch file to generate GNUMAKE.EXE
    Try this from Command Prompt more than once if succesfully not built message appers till you get Generated successfully.
    Note:If Possible run all the bat files in the MAKE-3.77 and also config.bat in the sub directory by double clicking it.
    WARNING: There is a known issue with this last step, "GNU make fails to build regardless of chosing build_w32 or nmake"
    See [NOTE:115937.1]
    for work around. RELATED DOCUMENTS ----------------- For Microsoft Visual C++, MKS Toolkit and
    GNUMAKE support, you should contact their respective vendors Microsoft Visual C++, MKS Toolkit
    and GNUMAKE are registered trademarks.
    http://support.microsoft.com/ http://msdn.microsoft.com/ http://www.mks.com/
    http://www.gnu.org/ Note:104010.1: Release 11i on NT: Software Requirements
    Note:115937.1: GNU Make won't make on windows NT
    Important:All the downloaded files from GNU makes web sites shall be put in a single folder called gnumake under c:\ .Try to search for config.bat file inside this folders just click and
    run it.
    Env path setting:
    Try to search make.exe generated in c:\program files\mkstoolkit\mksnt and copy and paste it
    c:\gnumake\MAKE-3.77\windebug and c:\gnumake\MAKE-3.77\winRel also paste both this paths in the
    My Computers==>Properties==>Advanced==>Environment variables==>Path setting's
    After all this check as follows from CMD mode.
    1)execute make at c:\>
    2)execute gnumake at c:\>
    In win2000 it may return error messages or Target wrong ignore it.If it is on Win NT then it will return proper status.
    Create Applmgr user in Win2000:
    Create a Applmgr user account in win2000 .
    Installation:
    =============
    What here you require is the Patience .
    Load the START HERE CD and run the C:\> cd \cdrom\rapidwiz
    For Test and Prod it will ask for the location of Appl_Top,Common_Top and Data_Top location. Mention there path and ensure if more than one installtion say eg.Vision and Test or Prod to check the Path in all the tab pages its corresponding values and path's.
    In Vision Demo many of the Options are not propmted from the user.
    It will then do the system checking for Host Name and other details.All the checking should have been passed or if failed it will mark it in RED cross mark.Rectify the mistake and then onceagain proceed or else you will have problem after installation.
    The Installation time takes around 5 to 6 Hrs of time.
    For info on Post installation or on Multi Node follow the pdf's i have mentioned above.
    The most tedious of all is succesfully crossing the Apps system checking it does for all
    installed products it requires without any failure.
    The GNUMAKE configuration or steps were nowhere given and it was all our trail and error exp.
    This is possibly the most elaborate steps to install Apps on Win. post for further help. email me at [email protected] or [email protected]
    Rajeev.

  • Problem Installing Developer Suite on WIndows Vista

    Hi! i'm a student of computer science, and i need to install developer suite for a proyect i need to do for one of my classes.
    I have a problem installing developer suit on Windows Vista. After i download and unzip both disk, i run the setup from the installer folder and i get an alert that says: "abnormal termination. There's been an internal error. Send the following files to the Oracle Suport Services: Unknown, Unknow, Unknow". I've also tryed with the setup from the main folder and i get the same alert. I don't know what to do, i've tryed setting the compatibility mode to windows XP, runnig as administrator, changing the performance configuration of my computer and nothing. Please help me to install the program!

    Which developer suite are you using???

  • Hello i am having problem with facebook app

    i am having problem with facebook app . the problem is that whenever i logout i still appear to be online .my friends tell me that i am always online but i hardly come on facebook for half an hour on my ipod touch .please tell how to solve this problem coz this can get misunderstanding between me and my friends that being offline they would still think that i am online and not replying them on purpose so please help...thank you..

    Try the Flash Player forum. 
    http://forums.adobe.com/community/flashplayer

  • I have problems installing an app

    I can't install the apps, after 42% I keep receiving the message Problem installing the app rebote the computer try again.

    Frans,
    Welcome to the forum.
    Unfortunately, as Claudio points out, this one is for discussing the forums, themselves.
    If you can let us know exactly which apps. you have having issues with, a MOD can Move this post, to the appropriate product forum, where you will get help quickly. Your link, and any e-mail subscriptions will follow perfectly.
    Good luck, and just let us know which apps., you are having issues with, please.
    Hunt

  • Problems installing new apps

    I have a Nokia N86 8MP
    I have a problem installing new apps to the phone
    Here is the process i follow
    1. Send app from OVI store to my phone - Successfully 
    2 . Text message received containing download link 
    3. Open link - Link opens successfully 
    4. Click on download button 
    Now this is were the problems start 
    Nothing downloads and the screen just goes back to the text LINK 
    Any help would be great 
    Regards 
    Dave 

    Now sorted -

  • Ipod will not install facebook app..."unable to download app"

    Ipod touch will not install facebook?! Tried restart, etc...no luck. Please...can someone help me fix thos?!

    Seems to be an Apple or FB app problem. Nothing you can do but wait for it to be fixed.

  • Can't install Facebook app on ios7 iPhone 5

    Why everytime I tried to install facebook on ios7.0.2 (iPhone 5) it always mention "Update unavailable with this ID, this update is for an app downloaded with a different Apple ID. Sign in with that Apple ID and try again".
    The problem is I only have 1 Apple ID! I don't have another Apple ID ...
    Please help me to solve this issue... Thanks!

    JulCel wrote:
    No one can help? where's those Apple "Genius" Care?
    The Apple Geniuses are at Apple Stores. You can make an appointment to go see them. This is a user-to-user support forum. Sometimes there are people who know all or part of the answer to your question. Sometimes, there aren't.
    While you're waiting, try searching the forum for similar queries that may have been answered. Use the More Like this box to the right and the Search box above it.
    Best of luck.

  • Problems installing and starting on Windows 7 64bit. error message - The file "i Tunes Library.itl" cannot be read because it was created by a newer version of iTunes.

    Hi I'm having problems installing and starting itunes program on Windows 7 64bit. After install the following error message is flagged - The file "i Tunes Library.itl" cannot be read because it was created by a newer version of iTunes. Would really appreciate any pointers!

    Never mind sorted it out lol. Somebody did a system restore of a week or so. I had done the update during that time and it was lost. Just redownloaded itunes from the internet and its working fine now.

  • Problem installing ActiveX viewer in Windows 7

    Hello,
    We downloaded the public beta of Windows 7 today and I am getting an error in our web application when it tries to install the Crystal Reports XI ActiveX report viewer (version 11.0.0.1424 of crviewer.dll).  IE8 will issue its normal prompt to ask you if you want to install the control, but after that, the little object image in the upper-left corner of the page turns to a red X.
    I tried using the sample code which comes with Crystal XI (SimplePreviewReport.asp in the "BeginHere" folder) and that had the same problem.  I put some debug code into SmartViewerActiveX.asp and found that I was getting an "ActiveX component can't create object" error on this line:
         Set webBroker = CreateObject("CrystalReports11.WebReportBroker.1")
    I don't think it's a security issue because I am an administrator on the machine and I didn't have any problems installing other ActiveX controls.  I tried running the web site in both the Local Intranet zone as well as the Trusted Sites zone.  I'm also thinking that the issue is more with Windows 7 than IE8 because I have IE8 Beta 2 installed on a Windows XP machine and the Crystal ActiveX viewer installs just fine there.
    Thanks in advance for any suggestions!

    XI R2 is more then an incremental update in some aspects to XI R1. They are officially versioned 11 and 11.5 and XI R2 is considered a new release. However in most aspects to a Crystal R1 customer XI R2 doesn't offer much more in functionality other than it is more up-to-date and is still receiving updates and patches.
    With out looking at Operating Systems or other factors I generally recommend R1 customers move to R2 so they are kept up-to-date. However being an new version that does mean you will need to update your projects to call the R2 runtime, and then you can use the R2 merge modules.
    As for how R2 merge modules work with Windows 7 I cannot say. We will have to wait until Windows 7 final build comes out before we will get a list of supported products on this Operating System, and this can take upwards of 3 months after the OS is released. I would hazard a guess (NOTE: GUESS is the important word here) that R1 and R2 will not be certified with Windows 7. This does not mean it will not work, but does mean it will not be tested and if errors are found that are particular to this OS they will not be fixed.
    Remember that this is just a guess, based on R2 being 3 years old and nearing end of its patch cycle and Windows 7 being at least 4 months away. However this cannot be concidered an official statement it is just my personal opinion. Enough caveats there?
    Trevor

  • Problems installing Lightroom 5 on Windows 8.1 Notebook

    Hello, I have purchased Lightroom 5 and tried to install it on my Windows 8.1 Notebook. The installation failed with the following statement: An error occurred during the installation of assembly component (5C21D397-1DA5-3749-8C1F-165F21DE9E3E). HRESULT: 0x80073712   What can I do, what is the problem. Thank you!

    Hi Chrigel65,
    Please refer the KB Doc : http://helpx.adobe.com/creative-suite/kb/error-1935-assembly-component-microsoft.html
    Regards,
    Rave

  • Problem Instaling Microsoft Apps 2.1 5616

    Can not install update Microsoft Apps 2.1 5616 and previously used the 2.00 version.I've tried to solve the problem with reinstal Belle Refresh but again it was the same through the Nokia Suite and via OTA Helppppppppp!!!!!
    Solved!
    Go to Solution.

    We removed the many posts with screenshots as your description is quite clear and these posts do not really add any extra information. Have you attempted to do a fresh install of your device?  Follow the procedure below to do a full device reset and (re)install of the system firmware:
    If you have data on the phone you wish to keep create a backup using Nokia Suite but when asked deselect the option to include settings in the backup. You can start a backup through Tools>Backup in the Nokia Suite menu.
    Now disconnect your phone from the PC and select the offline profile, press the on/off switch and from the menu which appears select and activate the profile offline.
    Enter the code *#7370# followed by the security code 12345. Please be aware this reset may take a while. Your phone will restart when finished.
    After the phone restarts go through the Device First Use sequence to setup the phone correctly.
    Now connect the phone to your PC again and let Nokia Suite install the requires files on phone. After this (re)install the latest system update. When you go to the update screen in Nokia Suite your will either be presented by a system update or you can choose to re-install the current (up to date) version again.
    After the update verify if there are any additional updates and install these as well.
    After this you can restore the backup if you made one.
    It is possible that your device storage area requires a full rewrite to allow the installation of these apps, if the above does not resolve the ability to install the apps please visit a Nokia Care point for further assistance. You can find the nearest one through the 'Contact us' section on this page.
    Kosh
    Press the 'Accept As Solution' icon if I have solved your problem, click on the Star Icon below if my advice has helped you!

  • Problem installing iTunes on my Windows Laptop

    Hi people
    Right I've had this problem for a while, I try to install iTunes but have faced problems. Im using a windows 7 64-bit advent laptop.
    Recently the error was iTunesHelper was not installed correctly as I tried installing the new itunes, and i DO NOT want to have to delete my laptop completely back to factory settings. There is no system restore in place, and I have tried deleting every file+ software associated with apple.
    PLEASE PLEASE HELP ME
    Thank you!

    Also the installer tells me that iTunes has installed correctly, but when I open it Error 7 (Windows code 14001) appears.
    When I open QuickTime I'm told that "the application has failed to start because of its side-by-sde configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail" appears.
    Please help me

  • Admin rights to install AIR apps on Windows?

    Hi
    I have the  AIR framework 1.5 already installed on a Windows XP PC.
    After this, are admin/power-user rights required to install AIR apps on the same machine to the "My Documents" folder? I would assume NO. Pls clarify.
    If admin rights are required, are there ways to disable certain install features (Add/Remove control panel entry etc) to remove this admin requirement?
    Thanks in advance

    You must have the correct permissions to install anything.  This includes AIR applications.

  • Cant install facebook app again?

    i deleted the facebook app from my iphone. tried to load it again, but it shows that it is already installed on the iphone. i have iphone3g. please help.

    If no change after doing an iPhone reset, with your iPhone connected to iTunes deselect the app under the Applications tab for your iPhone sync preferences followed by a sync which should completely remove the app from your iPhone. Follow this be reselecting the app under the Applications tab for your iPhone sync preferences followed by a sync to re-install the app.

Maybe you are looking for

  • Adobe Photoshop CS2 - Setup?

    Hi, I had to install my Adobe Photoshop CS2 again, but it was not possible because Activation server is shut down. I followed the steps to Uninstall existing CS2 applications and then Download and install CS2 applications. I have done sow. But under

  • Problems saving open files

    I've recently been having troubles saving an open PDF file. I'm getting the error message: "The document could not be saved. The file may be read-only, or another user may have it opened. Please save the document with a different name or in a differe

  • How can I import and edit my iWeb (2006 version) with newly updated iWeb 2011?

    Hi: I was using the iWeb from iLife 2006, until I just updated to iLife 2011. I tried copying and pasting my site into "sites", but when I opened iWeb for the first time; it appeared I coud not open that file. I looks like I may have to rebuild it fr

  • Different PR type for Eternal Procurement with Subcontracting

    Hi,   We have some material with external procurement with special procurement key as 30  , as when we run the MRP default document type is NB with this PR is generated we have created new PR type as ZSUB  and same is assing in OMDT under MRP group i

  • Hi,log on BEx query desinger.

    when i logon on bex query designer the following error info appeared: can anybody tell me about this,what caused this error? Error Group RFC_ERROR_COMMUNICATION Message Connect to SAP gateway failed Connect_PM  GWHOST=10.100.26.33, GWSERV=sapgw01, AS