Where is the Facebook sign in? its missing!!!!

I go to system preferences, click on Mail, contacts and calendars and there is no tab for facebook? anyone else have this missing new feature?
Alexei

Facebook intergration will come in the fall, most likely when IOS 6 gets released as a Apple press conference since mountain lion and IOS will have direct integration of Facebook.
I am sure Facebook wants to make a big deal of it, along with Apple.

Similar Messages

  • So i have an apple ipod touch 1st generation and it is not charging! It shows the charging sign but its taking a really long time to charge. Ive had it charging for at least 3 hours and it still says under 20% so can someone help me figure this out??

    So i have an apple ipod touch 1st generation and it is not charging! It shows the charging sign but its taking a really long time to charge. Ive had it charging for at least 3 hours and it still says under 20% so can someone help me figure this out??

    Not Charge
    - See:      
    iPod touch: Hardware troubleshooting
    iPhone and iPod touch: Charging the battery
    - Try another cable.
    - Try another charging source
    - Inspect the dock connector on the iPod for bent or missing contacts, foreign material, corroded contacts, broken, missing or cracked plastic.
    - Make an appointment at the Genius Bar of an Apple store.
      Apple Retail Store - Genius Bar 

  • I lost my ipod and I need to know where is the last location before its off.(its definded in icloud)

    I lost my ipod and I need to know where is the last location before its off.(its definded in icloud)

    Your welcome. 
    If you don't see it on the map now when you go to icloud.com and check Find My iPhone, if it is shown on the device list you can click on the device, then check the box next to "Notify me when found" (see image below) and you will receive an email when it goes back online, if ever.  The email is sent to the email address associated with your iCloud ID. 
    There's nothing else you can do.  I don't believe iCloud support can tell you it's last location either once it's cleared from the map.

  • Where is the at sign

    Where is the at sign for my sign up for the email acct on my new ipad?

    OK - which keyboard are you using? I guess I just assumed that you were using U.S. English QWERTY.
    Also- when you are in a field that requires an email address to be filled in - such as in the Contacts App, when you tap in the email field to enter the address, the appropriate keyboard will popup with the @ symbol already in place for you.
    But again - what keyboard?

  • Before one week i installed the facebook chat manager,its working fine still now,but if i chat in some other system(Pc),its not recording the chat history in my system

    Before one week i installed the facebook chat manager,its working fine still now,but if i chat in some other system(Pc),its not recording the chat history in my system

    How does that problem relate to Firefox support?

  • Where's the Change sign in pin # option on build 9926

    I was trying to change the initial sign in pin to a new one, but there is not an option to do it. you can add a windows pin and change it, but not the initial sign in pin.
    what am i missing?
    Thanks in advance
    Héctor Gómez

    I was trying to change the initial sign in pin to a new one, but there is not an option to do it. you can add a windows pin and change it, but not the initial sign in pin.
    what am i missing?
    Thanks in advance
    Héctor Gómez
    Here is a diect copy of a reply posted by its forum moderator in another forum. Hope the content is relent to your question :
    From Somak Bhattacharyya, Program Manager for the Windows Team:
    If you installed Windows 10 Technical Preview build 9926, you might have run into one or more of the following issues:
    1.     
    The PIN you set in a previous build was not preserved.
    2.     
    You are able to use the PIN to sign in, but you can’t change it in PC settings.
    3.     
    PIN doesn’t show up as a sign in option on the logon screen, even after creating it in PC settings. (This happens if you’re using a Microsoft account.)
    4.     
    When signing in with an Active Directory account, you see an “Object not found” error when you try to sign in using a PIN.
    We apologize for these issues. Windows Insiders, like you, are helping us to build a new, truly great Windows. Unfortunately, the journey can be a little bumpy and you probably want to know what’s
    going on.
    Until Windows 8.1, the PIN was a simple 4-digit substitution for your password. With Windows 10, we are building an entire infrastructure around PIN to keep your device and your services safer and
    more secure, while maintaining the simplicity of being able to sign in with a PIN. In the process of building this new infrastructure, we had to break some existing scaffolding. But not to worry, we’re working hard on this and will get the pieces put back
    together again soon. You’ll be able to enjoy the convenience of a PIN again in a flight in the near future. In the meantime, please use your password to sign in.
    We understand how inconvenient this is, and we assure you of a speedy resolution.
    To learn more about what we’re up to, see
    Jim’s blog post about the next generation of identity protection.
    Thanks and Regards,
    Somak.

  • Where does the svc system get its infos from?

    The longer I work with Solaris 10, the more I dread this awful "services" construction and its unwieldy administration.
    I have a newly setup machine with two zones, one created right after the other, meaning they should be identical.
    /usr is, as usual, lofs'ed into both zones, and contains a /usr/local/samba dir with a handcompiled 3.0.30 release.
    I have not created any manifests as I intended to simply delete the 'onboard' samba service and start the new version
    via the classical init script.
    I boot both zones.. and one starts "/usr/local/samba/smbd -D -f /etc/smb.conf", and the other starts (or tries to) "/usr/sfw/sbin/smbd -D".
    I inspected the manifest xmls for the network/samba service, and in both zones the entry lists /usr/sfw as start method.
    svccfg listprop network/samba also reports /usr/sfw for both zones.
    Where did the one zone get the info to start the /usr/local samba installation, and where did it get the (correct) conf file parameter?
    Why does svccfg report a different startup method property than it really runs on svcadm enable?
    I have grepped through all of /lib/svc, /etc/svc and /var/svc and nowhere is any reference to the /usr/local file nor the conf parameters.
    Swapping the svc repository.db file between both zones also swaps the problem around - so it must be somewhere in there,
    but as it's no longer a human readable file, I'm out of luck there. How did the /usr/local path and parameters get into that DB file?
    Does the service system search the filesystem for known daemon binary names and other guesswork? And if it does such voodoo,
    why didn't it do the same in the other identical zone?
    rant Did we really need to get this svc "feature"? Until now I have seen no advantage from it, and only incurred a huge load of inconvenience,
    be it the additional work of creating manifests for new services or debugging problems that I never had in a decade or two of init script usage.
    We have all seen for many years how well this registry/service stuff worked on Windows..*/rant*

    >
    I boot both zones.. and one starts "/usr/local/samba/smbd -D -f /etc/smb.conf", and the other starts (or tries to) "/usr/sfw/sbin/smbd -D".
    I inspected the manifest xmls for the network/samba service, and in both zones the entry lists /usr/sfw as start method.I take it you mean the full path with /usr/sfw in it, not "/usr/sfw" all by itself....
    What do you get for:
    svcprop -p start/exec network/samba:defaultThat should display the start string it uses.
    Where did the one zone get the info to start the /usr/local samba installation, and where did it get the (correct) conf file parameter?I can only assume that some program inserted that string into the service. As you said, it's not in the manifest, so it didn't come from there.
    Why does svccfg report a different startup method property than it really runs on svcadm enable?
    I have grepped through all of /lib/svc, /etc/svc and /var/svc and nowhere is any reference to the /usr/local file nor the conf parameters.
    Swapping the svc repository.db file between both zones also swaps the problem around - so it must be somewhere in there,
    but as it's no longer a human readable file, I'm out of luck there. How did the /usr/local path and parameters get into that DB file?
    Does the service system search the filesystem for known daemon binary names and other guesswork? And if it does such voodoo,
    why didn't it do the same in the other identical zone?
    rant Did we really need to get this svc "feature"? Until now I have seen no advantage from it, and only incurred a huge load of inconvenience,
    be it the additional work of creating manifests for new services or debugging problems that I never had in a decade or two of init script usage.As with many such things, the advangages are greater when the environment is more complex. For starting a single job, you won't see the benefits as much.
    Of course, the milestone services still run startup scripts out of /etc/rc[S23].d, so those are perfectly valid places to run a startup script.
    Darren

  • Where are the App-signs for youtube, safari and appStore?

    After updating to itunes 10 the app-signs for youtube, safari and appstore disappeared from the main menu on my ipod touch 3G (also updated). Where can I get them again?

    Those are native apps and can't be deleted. Can you find them using the search function (left most Home screen). You can hide the YouTube and Safari apps in Settings>General>Restrictions but not for the App Store.
    Have you reset you iPod?

  • Where is the pipe sign?

    Where can I find the pipe sign?
    I think I've tried about every thinkable key combination, but I still cannot find the pipe sign. I.e. | (vertical line, Unicode 007C)
    Is there a way to map the pipe sign to (for instance) the § key?
    Cheers,
    Vegard

    Well, it might be there in your Australian keyboard layout, but I need to know how I can reach it on a Norwegian keyboard.
    Under the Norwegian Delete key you'll find the enter/return key and the Circumflex/Diaeresis key (^and ¨)

  • Where is the lock sign for trusted connections?

    We are building websites for customers. For several customers we build a webshop with iDeal support. iDeal is a payment implementation which is supported by the main banks in The Netherlands. These banks provide a secure connection.
    But since FF 4, the lock sign is replaced with a bar at the beginning of the url. So many of our customers complained that their customers don't have the impression that the connection is secure..... So our customers have less completed orders...
    So can you please bring back the yellow lock sign?

    The padlock has been replaced by the site identity button which provides more information than the padlock. For details on using it see https://support.mozilla.com/kb/Site+Identity+Button
    Those that want a padlock icon can install the Padlock add-on - https://addons.mozilla.org/firefox/addon/padlock-icon/

  • Where are the Facebook albums in Photos?

    I don't see the Facebook albums and I don't know how to publish certain pictures to certain albums in Facebook now.

    Under the picture well, in Desktop & Screensaver window,I have a list of things to choose from, starting with Apple Images and so on. The last item in this list is Choose Folder, then there's a line, under that line is says Library, and if you scroll down past that. all your albums should appear.
    Miriam

  • Where is the plus  sign so I can add contacts?  I don't have one!

    I have a new generation 5 ipod touch.  I want to add contacts.  When I go to "contacts", I do not have the plus sign so I can add a contact.  Please help. What is wrong?

    When you go to Settings.iCloud is Contacts turned ON?

  • Where is the Facebook integration?

    Looked through whole system and not one thing about facebook integration or anything which is one of the main reasons i bought this app its just not there and it should because thats how it was advertised.

    It will be available in the Fall.  They couldn't get it done for today's release.
    From the ML web page:
    This fall, OS X will be even more Facebook friendly. With built-in Facebook support, you can share what’s up with you right from the app you’re in. Post photos or links. Add comments and locations. Just sign in once, and you’re all set up. OS X adds your Facebook friends and their profile photos to Contacts so you can find them fast. When friends update their information on Facebook, it’s automatically updated on your Mac. Your Facebook notifications show up in Notification Center. And you can even update your status right from there.

  • Where is the skype sign in page on Mac

    Just downloaded Skype and set up my account -- user name and password.  When I click on the "skpe" under devises in my finder, I get a window offering me instructional videos.  When I look for skype in applications it is not there.  How do I get to the window which allows me to sign in?

    See the response to your other post. You might also find it interesting to view those instructional videos. It has been years since I last looked at them, so things might have changed, but when last I did, most of the onscreen illustrations were for the Windows operating system. The Mac version looks a bit different (it observes the Mac protocols and look), but the basics are either the same or very similar.

  • Where is the "Degree" sign?

    How do I use the KBD to type the temperature in degrees Centigrade or Fahrenheit or use Math symbol in Trigonometry "90 degrees"?
    TIA.

    It's not possible to type a ° on the iPhone/IPT virtual keyboard. This should be easy for Apple to implement as a press-and-hold pop-up option - you may have noticed that feature for 'keys' like the ? and ! keys (which give ¿ and ¡ as pop-up options, respectively) and accent-able letters. But currently it does not exist.
    Submit a feature request to Apple:
    http://www.apple.com/feedback/iphone.html
    Hope this helps...

Maybe you are looking for