Ios social api

Apple, do you think about some iOS Social API ?
For example, almost every user has: friends news stream (facebook), photos stream (instagram), global world news stream (twitter), text chat (iMessage), e-mail, geo-stream (4sq), etc.
It will be The Best, if iOS will have some API, that allows to different apps use common "stream" interface. Like in Mac OS users don't know anything about "filesystem", about "drivers", etc., You can make  to let users possibility just to communicate with friends!
Not thinking "Which app I should launch to add photo | write text | etc", but just add photo | write text | etc! And other people just see it on their's devices!
I can develop some interface sketches for this, if you want.
p.s. sorry for my English, my native language is Russian.

Apple doesn't monitor these forums on a regular basis.
Use the feedback links to speak directly to Apple.
But, read this first:  http://www.apple.com/legal/intellectual-property/policies/ideas.html

Similar Messages

  • Social API doesn't work for me

    Social API buttons (FBchat) in aren't available since updating to FF Aurora 29. The sidebar is available!

    The support article that covers "FBchat", [[How does Facebook Messenger for Firefox work?]], probably needs to be updated for Firefox Aurora.
    [http://www.mozilla.org/firefox/aurora/ Firefox Aurora] is a pre-beta test build, which means it's still a "work in progress". I'm not testing it myself. If you don't get a better answer from someone familiar with Aurora, here is a bug report I found on the Social API sidebar, in case it helps:
    *[https://bugzilla.mozilla.org/show_bug.cgi?id=960198 Bug 960198] - No obvious option to unhide SocialAPI sidebar
    Here are the Aurora release notes, which link to more information about the new Firefox user interface:
    *http://www.mozilla.org/firefox/29.0a2/auroranotes/

  • Show more than 10 points in iOS Maps Api?

    Does someone know how i can show more than 10 points in the iOS Maps Api?
    I am searching for some shop´s in the user´s location. 10 points are not enough.
    Has somebody an idea?

    Does this have anything to do with Adobe Air?

  • Where is the Social API on Firefox 17?

    I have install Firefox 17 on Ubuntu. Where I can find the social API on facebook?

    Firefox 17 is a Beta version, and AFAIK this new feature was just added today (10/22) - with the latest update from Mozilla. Are you running a version of Firefox 17 ''beta'' that you installed from a Mozilla server, or a version obtained from the Ubuntu repository? <br />
    Ubuntu may not have yet released the latest updates yet.
    https://blog.mozilla.org/futurereleases/2012/10/22/help-us-test-the-social-api-with-facebook-messenger-for-firefox/
    ''' "To get started just upgrade to the latest Firefox Beta and then visit Facebook like you normally would. When Facebook offers you Firefox integration, it’s a single click to install and give it a try. It’s just as easy to remove, and obviously if you decline the initial offer nothing will ever be installed. The Social API doesn’t change what social providers can see about your online behavior unless you explicitly decide to share it, but it does make it much easier to stay connected." '''

  • Use Native iOS/Android APIs with Flex/Flash Builder 4.5.1?

    Is there any documented, official  way to access the native APIs on mobile devices (iOS and/or Android,  specifically)?  Perhaps some sort of ExternalInterface support?  My most  important need for this is importing 3rd party SDKs, the first one  being the Facebook iOS SDK for Single Sign-On.
    If not, is support for native APIs planned?  Has anybody figured out an unofficial way to access the native APIs?
    Related:
    http://forums.adobe.com/thread/865548?tstart=30
    http://forums.adobe.com/thread/785130
    [Re-posted here from Flash Builder forum]
    http://forums.adobe.com/message/3754084

    Nothing official is available; although there is an AIR for TV Document on building ACtionScript extensions to AIR.  I expect that "approach" will show up in other AIR runtimes.
    You can look at this for an "ad-hoc" way to do it: http://www.jamesward.com/2011/05/11/extending-air-for-android/

  • MSN now social api link doesn't work

    The link to MSNnow from https://support.mozilla.org/en-US/kb/add-social-features-your-browser doesn't work for me. Is that a problem by msn or do I make a mistake there?

    Hi, unfortunately MSN announced that it may have been discontinued. You can see the discussion for the here as well [https://support.mozilla.org/en-US/kb/add-social-features-your-browser/discuss/5198]
    This has been updated and we are sorry for the inconvenience.

  • Leverage iOS APIs from Flash/Flex?

    From looking at
    http://labs.adobe.com/wiki/index.php/Packager_for_iPhone:Developer_FAQ
    we can see that Flash content deployed to iOS CANNOT leverage any private or unpublished iOS APIs..
    My Question is can Flash content target native iOS APIs?
    For example I want to target an external VGA screen connected to an iPad.
    I am using the AIR Player's NativeWindow and Screen.
    AS3 code to get Screens:
    var screenArray:Array = Screen.screens;
    This works fine running as an AIR app on PC/Mac but the iPad doesn't see the VGA screen connected.
    So Iooks like I need to use Objective C iOS native API UIScreen.. Is this possible?
    Thanks,
    David

    I've had a few instances where I would need access to native iOS APIs to do what I need, since there is either no equivalent AS3 class, or like in your case, the equivalent does not work with the iPhone. 
    I have not been able to find a way to do it, and abandoned the idea assuming it is not possible.  If you find that it is possible I would be VERY happy if you let me know how to do it.

  • Native Mobclix Extension for iOS and Android

    I'd like to announce to everyone that my Mobclix ANE for both iOS and Android is now available.
    You can view the API, supported events, and download a full functioning demo from http://www.airextensions.com or directly by clicking http://bit.ly/mobclixANE
    Support iOS 4.3 and greater,  support for iPad ad sizes, receive event callback on all Mobclix events in actionscript, AdMob and iAd support for iOS, same API for both iOS and Android, support device rotation and more.
    Hope you like it. 
    Mark Andrade
    Sputnik Games

    Well nothing prevent you from mixing flascc with native extension.
    Also, I think that you can also use domain memory in AS3 with the Bytearray class (not sure about that).
    Flascc vs normal as3 is mostly a question of language (portability) Do you want to write as3 or c++?
    Native extension give you speed and native platform access(platform specific feature).
    So, you should think about it this way:
    AS3, run in flash and air. Is sandboxed. Can use domain memory, but it's a bit harder to leverage than flascc.
    Flascc, run in flash and air. Is sandboxed, Can use domain memory. Give you the potential of leveraging the hundreds of opensources lib already out there.
    Native extension, run ONLY in air. Is not sandboxed. Native memory management. Also let you leverage the c++ lib. 
    The best (in my opinion) is to write native code for mobile and desktop (no air or flascc involve) and use flascc for the flash/web platform. It's harder, because you have write portable native code (lots of abstraction), but you mostly have the same problem with native extension.

  • How to Symbolicate an AIR mobile crash report on iOS?

    I am developing a game that uses the iOS GameKit API via a native extension.  It works great over WiFi.  But when I switch to Bluetooth, I get intermittent crashes.
    So I can start guessing at where my problem lies... but that could take days.  iOS is dumping a crash report that it is able to partially symbolicate.  (Unfortunately, it's the part that doesn't help me much)   For example:
    Incident Identifier: B3D0F337-B696-47C9-8ABA-883F2DFA2BA8
    CrashReporter Key:   91475c97fb1586aa03dc9db38bd3b6c5c8c3d8a5
    Hardware Model:      iPad1,1
    Process:         MyGame [2352]
    Path:            /var/mobile/Applications/87342D20-3FBA-4486-B464-226F6F2FE8E4/MyGame.app/MyGame
    Identifier:      MyGame
    Version:         ??? (???)
    Code Type:       ARM (Native)
    Parent Process:  launchd [1]
    Date/Time:       2013-04-30 00:20:32.350 -0600
    OS Version:      iPhone OS 5.1.1 (9B206)
    Report Version:  104
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000000
    Crashed Thread:  0
    Thread 0 name:  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:
    0   libsystem_c.dylib                       0x34917884 strlen + 12
    1   MyGame                                  0x00599774 0x1000 + 5867380
    2   MyGame                                  0x003e7e6c 0x1000 + 4091500
    3   MyGame                                  0x00264f0c 0x1000 + 2506508
    4   MyGame                                  0x0052db48 0x1000 + 5425992
    5   MyGame                                  0x0052d196 0x1000 + 5423510
    6   MyGame                                  0x0052d504 0x1000 + 5424388
    7   MyGame                                  0x0052d2a0 0x1000 + 5423776
    8   MyGame                                  0x0052c474 0x1000 + 5420148
    9   MyGame                                  0x004f62e8 0x1000 + 5198568
    10  MyGame                                  0x0052ce5e 0x1000 + 5422686
    11  MyGame                                  0x0052c474 0x1000 + 5420148
    12  MyGame                                  0x004f62e8 0x1000 + 5198568
    13  MyGame                                  0x0052ce5e 0x1000 + 5422686
    14  MyGame                                  0x0052c474 0x1000 + 5420148
    15  MyGame                                  0x004f62e8 0x1000 + 5198568
    16  MyGame                                  0x0052ce5e 0x1000 + 5422686
    17  MyGame                                  0x004fe0f4 0x1000 + 5230836
    18  MyGame                                  0x004f5c96 0x1000 + 5196950
    19  MyGame                                  0x0052beac 0x1000 + 5418668
    20  MyGame                                  0x001e2200 0x1000 + 1970688
    21  MyGame                                  0x001e1a64 0x1000 + 1968740
    22  MyGame                                  0x001e129c 0x1000 + 1966748
    23  MyGame                                  0x00235ba8 0x1000 + 2313128
    24  MyGame                                  0x0052db48 0x1000 + 5425992
    25  MyGame                                  0x0052d196 0x1000 + 5423510
    26  MyGame                                  0x0052d504 0x1000 + 5424388
    27  MyGame                                  0x0052d2a0 0x1000 + 5423776
    28  MyGame                                  0x0052c474 0x1000 + 5420148
    29  MyGame                                  0x004f62e8 0x1000 + 5198568
    30  MyGame                                  0x0052ce5e 0x1000 + 5422686
    31  MyGame                                  0x0052c474 0x1000 + 5420148
    32  MyGame                                  0x004f62e8 0x1000 + 5198568
    33  MyGame                                  0x0052ce5e 0x1000 + 5422686
    34  MyGame                                  0x004fe0f4 0x1000 + 5230836
    35  MyGame                                  0x004f5c96 0x1000 + 5196950
    36  MyGame                                  0x0052beac 0x1000 + 5418668
    37  MyGame                                  0x001e2200 0x1000 + 1970688
    38  MyGame                                  0x001e1a64 0x1000 + 1968740
    39  MyGame                                  0x001e186c 0x1000 + 1968236
    40  MyGame                                  0x001e5340 0x1000 + 1983296
    41  MyGame                                  0x003e86e4 0x1000 + 4093668
    42  MyGame                                  0x003e85e0 0x1000 + 4093408
    43  MyGame                                  0x000c17ac 0x1000 + 788396
    44  MyGame                                  0x000c1658 0x1000 + 788056
    45  MyGame                                  0x0000fbf8 0x1000 + 60408
    46  CoreFoundation                          0x356601f4 -[NSObject performSelector:withObject:] + 36
    47  Foundation                              0x34b30740 __NSThreadPerformPerform + 344
    48  CoreFoundation                          0x356d5acc __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 8
    49  CoreFoundation                          0x356d5298 __CFRunLoopDoSources0 + 208
    50  CoreFoundation                          0x356d403e __CFRunLoopRun + 646
    51  CoreFoundation                          0x3565749e CFRunLoopRunSpecific + 294
    52  CoreFoundation                          0x35657366 CFRunLoopRunInMode + 98
    53  GraphicsServices                        0x333f2432 GSEventRunModal + 130
    54  UIKit                                   0x32e2fcce UIApplicationMain + 1074
    55  MyGame                                  0x000ffbc8 0x1000 + 1043400
    56  MyGame                                  0x00598bdc 0x1000 + 5864412
    So I need to know how to turn those memory addresses into functions.   That would help me out a ton.   I found a lot of information on how to do it manually via the dSym... but nothing that seems to apply to an AIR mobile app.  (And nothing that seems to actually work)
    Need a knight in shining geeky armor to rescue me.

    Hi,
    The information you needed is present @ http://blogs.adobe.com/rajorshi/2011/11/18/debugging-native-extensions-for-air-ios/
    I hope it helps!
    Regards,
    Nimit

  • How to install ADF Mobile extension to JDeveloper on OSX 10.8.2

    Using the info from the following discussion thread it was pretty straightforward to install jdeveloper to OSX 10.8.2.
    Re: Jdeveloper install on os x lion (10.7.5)
    as well as the blog posts
    http://adf4beginners.blogspot.be/2012/10/installing-jdeveloper-on-mac-osx-108.html
    https://blogs.oracle.com/shay/entry/installing_jdeveloper_on_mac_os
    Now the issue is that when I try to install the ADF Mobile extension I run into problems:
    I tried installing both directly from the update centres as well as from local file, but the
    only extension available after restart is the "ADF Mobile Help" (oracle.adf.mobile.doc).
    I can also see from the startup console a lot of warning messages of type as indicated below.
    Oracle JDeveloper 11g Release 2 (11.1.2.3.0)
    Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
    Installing updates...
    Jan 10, 2013 9:36:47 PM oracle.ideimpl.deferredupdate.task.BundleDetails getOsgiBundleDetails
    WARNING: Bundle: /Users/gwr/Downloads/jdeveloper/../jdeveloper/jdev/extensions/oracle.adf.mobile/iOS/juel-api-2.2.4-SNAPSHOT.jar has an invalid version number 2.2.4-SNAPSHOT
    Jan 10, 2013 9:36:47 PM oracle.ideimpl.deferredupdate.task.BundleDetails getOsgiBundleDetails
    WARNING: Bundle: /Users/gwr/Downloads/jdeveloper/../jdeveloper/jdev/extensions/oracle.adf.mobile/iOS/juel-impl-2.2.4-SNAPSHOT.jar has an invalid version number 2.2.4-SNAPSHOT
    Jan 10, 2013 9:36:47 PM oracle.ideimpl.deferredupdate.task.BundleDetails getOsgiBundleDetails
    WARNING: Bundle: /Users/gwr/Downloads/jdeveloper/../jdeveloper/jdev/extensions/oracle.adf.mobile/iOS/jvmti/jar/juel-api-2.2.4-SNAPSHOT.jar has an invalid version number 2.2.4-SNAPSHOT
    Jan 10, 2013 9:36:47 PM oracle.ideimpl.deferredupdate.task.BundleDetails getOsgiBundleDetails
    WARNING: Bundle: /Users/gwr/Downloads/jdeveloper/../jdeveloper/jdev/extensions/oracle.adf.mobile/iOS/jvmti/jar/juel-impl-2.2.4-SNAPSHOT.jar has an invalid version number 2.2.4-SNAPSHOT
    Jan 10, 2013 9:36:47 PM oracle.ideimpl.deferredupdate.task.BundleDetails getOsgiBundleDetails
    WARNING: Bundle: /Users/gwr/Downloads/jdeveloper/../jdeveloper/jdev/extensions/oracle.adf.mobile/iOS/release/jar/juel-api-2.2.4-SNAPSHOT.jar has an invalid version number 2.2.4-SNAPSHOT
    Jan 10, 2013 9:36:47 PM oracle.ideimpl.deferredupdate.task.BundleDetails getOsgiBundleDetails
    WARNING: Bundle: /Users/gwr/Downloads/jdeveloper/../jdeveloper/jdev/extensions/oracle.adf.mobile/iOS/release/jar/juel-impl-2.2.4-SNAPSHOT.jar has an invalid version number 2.2.4-SNAPSHOT
    Jan 10, 2013 9:36:47 PM oracle.ideimpl.deferredupdate.task.BundleDetails getOsgiBundleDetails
    WARNING: Bundle: /Users/gwr/Downloads/jdeveloper/../jdeveloper/jdev/extensions/oracle.adf.mobile/lib/juel-api-2.2.4-SNAPSHOT.jar has an invalid version number 2.2.4-SNAPSHOT
    Jan 10, 2013 9:36:47 PM oracle.ideimpl.deferredupdate.task.BundleDetails getOsgiBundleDetails
    WARNING: Bundle: /Users/gwr/Downloads/jdeveloper/../jdeveloper/jdev/extensions/oracle.adf.mobile/lib/juel-impl-2.2.4-SNAPSHOT.jar has an invalid version number 2.2.4-SNAPSHOT
    Jan 10, 2013 9:36:55 PM org.netbeans.core.startup.NbEvents logged
    INFO: Turning on modules:
    Jan 10, 2013 9:36:55 PM org.netbeans.core.startup.NbEvents dumpModulesList
    INFO:      org.openide.util.lookup [8.3.1 201007282301]
         org.openide.util [8.6.2 201103231602]
         org.openide.modules [7.17.2 201008301741]
         org.openide.filesystems [7.38.2 201007282301]
         org.netbeans.core.dynamicconfig [1.0 120919]
         org.netbeans.libs.osgi [1.1.1 201007282301]
         org.netbeans.bootstrap/1 [2.33.5 201104201301]
         org.netbeans.core.startup/1 [1.25.5 201103231602]
         org.netbeans.core.netigso [1.4.5 201011191627]
         org.apidesign.netbinox [1.16.10 110502]
         oracle.ide_osgi [11.1.2 11.1.2]
         com.oracle.jdeveloper.nbbridge [1.1 120919]

    thanks,
    you gave me the courage to move along, and I stumbled across some info
    (should have given a link here, but not able to find the most correct one right now)
    As a matter of fact it seems like several postings in blogs and discussion forums touch this area.
    Just wonder if we could smooth this process a bit.
    issuing this command sequence, did the trick:
    sudo mkdir -p /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/jre/lib
    cd /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/jre/lib
    sudo ln -s /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/classes/classes.jar rt.jar
    Then for jdk location I selected
    /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Contents/Home

  • How to get the specific error from the result of sectrustevaluate()

    I am using SectrustEvaluate(trust,result) function to test the server certificate against the root ca installed in keychain.
    Result of server certificate validation in case if comes as recoverable faliure how may i know what was the reason which causing it to recoverable failure.
    I want to throw the specific error to UI to know why server certificate evaluation failed.
    No API's available in ios , Some API's are there available in MAC.
    Please Advise.

    If you are on iOS I think you are out of luck.  See red text under kSecTrustResultRecoverableTrustFailure.
    https://developer.apple.com/library/ios/documentation/Security/Reference/certifk eytrustservices/Reference/reference.html#//apple_ref/c/func/SecTrustEvaluate
    The way you handle this depends on the OS.
    In iOS, you should typically refuse the certificate. However, if you are performing signature validation and you know when the message was originally received, you should check again using that date to see if the message was valid when you originally received it.
    In OS X, you can call the SecTrustGetTrustResult function to get more information about the results of the trust evaluation, or the SecTrustGetCssmResult function to get information about the evaluation in a form that can be passed to CSSM functions.

  • The term 'Add-SPDistributedCacheServiceInstance' is not recognized as the name

    Hi,
    I have setup Sharepoint 2013 standalone on Windows 2012 server. I am developing an app that will make use of social apis of sharepoint 2013. Out of the box installation didnt have Distributed Cache Service running and I am not sure if its needed to be run
    in order to make social apis working on the server. Anyhow, since distributed cache service was showing up as Stopped and I could not restart it, I have deleted the distributed cache service and when I retry to re-add it by entering Add-SPDistributedCacheServiceInstance
    command on powershell, I get the following error,
    Add-SPDistributedCacheServiceInstance : The term 'Add-SPDistributedCacheServiceInstance' is not recognized as the name
    of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included,
    verify that the path is correct and try again.
    At line:1 char:1
    + Add-SPDistributedCacheServiceInstance
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (Add-SPDistributedCacheServiceInstance:String) [], CommandNotFoundExcept
       ion
        + FullyQualifiedErrorId : CommandNotFoundException
    I am at total loss here. Any help/pointers to get around this error and setup social api working on this server will be helpful.
    Regards,
    Usman

    The issue is because your PowerShell console has not loaded the appropriate SharePoint DLL
    in order to call the API. To resolve this, you can open the SharePoint 2010 Management Shell to execute the script or add the assembly manually before running the script.
    --Cheers

  • What is the alternate of javascript "window.sidebar.addPanel" in Firefox 28

    if (window.sidebar) { // Mozilla Firefox Bookmark
    window.sidebar.addPanel(title, url, " ");
    } else if( window.external ) { // IE Favorite
    window.external.AddFavorite( url, title);
    }

    You can use the social API or you can create an extension.
    * [https://developer.mozilla.org/en-US/docs/Creating_a_Firefox_sidebar Creating a Firefox sidebar | MDN]
    * [https://developer.mozilla.org/en-US/Firefox/Releases/23/Site_compatibility#DOM Site Compatibility for Firefox 23 | MDN]
    * [https://bugzilla.mozilla.org/show_bug.cgi?id=691647 Bug 691647 - clean up nsISidebar (remove window.sidebar.addPanel/addPersistentPanel) | Bugzilla]

  • MPMusicPlayerController setVolume is deprecated

    Apple as depcreated the volume property in the new iOS 7 APIs. I've checked the documentation throughly. No avail. What other methods can I use to change the volume of my MPMusicPlayerController?

    It's not possible without deprecated API and will never be possible. Probably, Apple takes care of user experience and gonna avoid unexpected kicks with loud sound. Maybe, they have some other reasons for such policy. So, the MPVolumeView is the only way to allow user control the volume.

  • How to write an app for Pre's Linux?

    Hello,
    The question is a hard one, but i am sure there are people who know the answer.
    Can someone help me to write an application to run in Pre's command line, talk to the GSM module using at commands.
    I will pay a reasonable fee if needed.
    maxrfon a t gmail is my email (format it pls yourself, to avoid spam in mailbox)
    Thanks.

    Yeah, it will be a very steep learning curve with no programming experience at all. There's a huge amount to learn. Even just starting out with generic programming concepts before you move onto Objective-C specifically, and then finally on to iOS specific API's, methods etc.
    Perhaps a WebApp would be better to start with as you have some experience of HTML & Javascript?
    Here's some general info on that:
    http://developer.apple.com/library/safari/#referencelibrary/GettingStarted/GS_iP honeWebApp/_index.html%23//apple_ref/doc/uid/TP40008134
    And a couple of WebApp frameworks which shorten development time hugely:
    http://jquerymobile.com/
    http://www.sencha.com/products/touch/
    Good luck!

Maybe you are looking for

  • Java program giving unknownhost exception

    Hi Friends, I have a java program in a package which is compiled and put in a war file.But after uploading the war file in weblogic server and try to run the servlet in browser window, I get following error.. 2007-09-26 16:33:42,353 [ExecuteThread: '

  • WDS & VLANS

    We are trying to setup a wireless system at our restaurant to be able to use wireless handheld POS devices and allow guest internet access. The hardware we have is, RV 120W Router, and 2 WAP200 access points. What we were trying to do is setup a VLAN

  • I want to sign into the app store as another ID, but it is greyed out.

    Hey everyone, I want to update my apps but I am having an issue. When I click "update", this pops up But that is not the apple ID I am signed into the app store as, nor the account I want to use to update things. Why is it greyed out -- uneditable --

  • Surround Sound (5.1) output built in to Mac Pros?

    I have a new (2008) Mac Pro (Dual Quad 2.8GHz) processor.  I connect my receiver to the digital out and have messed with all the setting to get surround sound out of it.  In the audio setup it only keeps showing stereo speakers (5.1 is grayed out). I

  • Plz adv how to import favorites frm ie. my import radio button is grayed .

    I would like to import my favorites from IE to Firefox. The import radio button is grayed out. Please advise how to make it accessible. With Appreciation - Collette