Share on Twitter, Facebook, text...

Hello
I would like to share a text that is inside my application in a text box on FaceBook/Twitter/EMail...
I think that this is now possible with the framework of the appeal, in Cascades Beta 2, using an InvokeActionItem inside an actionBar.
Could you help me with a code example please?
In general, I would like to an actionbar 'Share' element and when clicked, it opens a window where he can share the text.
In other words, something similar to the Menu API send BBOS 7...

Thanks for your help,
Laurent

Indeed, there is support for Invocation today but will have to wait the full appeal framework be put in place for full documentation. I suggest you stay tunned to this topic on future versions.

Tags: BlackBerry Developers

Similar Questions

  • Trying to share to Twitter since Lightroom on a Mobile phone Android

    Hello. I try to share on Twitter since Lightroom Mobile on an Android phone, but the default option values share directly to Facebook. There is no option of dialogue which occur. Any idea why this might be so?

    I found the bottom of the problem.

    At one point, Facebook had become the app designated by default for connection with LR Mobile on my Android phone.

    Although I tried to erase the default values for LR in settings/applications, this isn't the way that Android seems to work - we had to clear the default values of Facebook in order to force the usual hand to work in LR.

    Trick is to remember to always uncheck the "use as default application", when sharing.

  • Why stop to share photos on facebook via iphone ios? Please try to put this service again

    Why stop to share photos on facebook via iphone ios? Please try to put this service again

    Do you mean he is no longer able to share photos, or it is said is no longer "via iOS' when you do?

  • In the settings on my iPhone 6, I can't access iCloud, FaceTime, Twitter, Facebook, Flickr and Vimeo. They are all greyed out! No problem on my iPad, everything works. Someone else had this problem?

    In the settings on my iPhone 6, I can't access iCloud, FaceTime, Twitter, Facebook, Flickr and Vimeo.

    Everything is accessible. Anyone have any ideas why?

    Look in

    Settings > general > Restrictions

  • AT300 - lose Twitter/Facebook accounts after reboot

    I used my AT300 1½-week and are generally very satisfied with the machine. The Tablet has Android version 4.0.3.
    But there is a piece that irritates me a lot.

    The account management in the parameter-> accounts & sync does not show the applications that I installed on the shelf, for example. Twitter, Facebook, Skype, LinkedIn.
    Sometimes after that I added my credentials in the Twitter App, all the different account types will be displayed when I press the button 'add an account '.

    There is more than that. If I put in my credentials in the Twitter app, it will work for awhile, but after an hour or two, or if I reboot the Tablet, the credentials will be lost in the application and in the "setting-> accounts & sync" too.

    I have two different Google accounts listed in the "setting-> accounts & sync" which is correct.

    Are there any clues on how to solve this problem?

    Would it be possible that it is a problem of Twitter App?

  • Share on twitter?

    Hi all

    I was wondering if I can share on twitter with the Blackberry app?

    How can I?

    Is there an API?

    You can simply use oAuth api for j2me using twitter. research on this topic, and you'll get advice surely.

    and it is possible.

  • video won't play in youtube, twitter, facebook or gmail. What's wrong. It was published and it plays fine on my phone.

    After the publication, will not play video in youtube, twitter, facebook or gmail. What's wrong.

    When you say not able to play on youtube, you use the link that is generated from the app (action on the Youtube link). Can you try to save the movie on film (save to Camera Roll) and then play the movie. If the film which is recorded in the camera does not play, it would be a problem with the photos and videos you have imported currently. Also when you answer, can you clarify it's iOS and Android.

  • Twitter, Facebook, Google +.

    I was a Subscriber inventory for a few months and have only received a response from mealymouthed to what is a simple question.  I have a site where I create pages of content (or positions) and want to use Adobe stock photos, which I have a license.  It seems that the use of the Web page is correct.  However, I can post to the sites of social media with a link to a new page/post on my Web page, which includes the adobe stock photo.  (With a correct photo credit).  And in particular I can do this with Twitter, Facebook and Google.

    BTW: Isn't that more or less what everyone who signed up for the "Stock" thought they would do?  I mean, it wasn't my idea is not to print photos of 'Stock' to create posters for inspiration for my conference room.  I want to use the "big three" social media sites to promote the messages of my Web page. (Which is what Adobe is done through its Twitter account).

    The answer I receive this simple question is a link to the contract from Adobe.  Well, I'm a lawyer, and I read the contract.  However, I am not an expert in copyright law.  The terms say you can post on a social media site if this site does not claim exclusive use over the images and messages posted on this social media site.   (Or something like that).  I don't know what the policy is with three large social media sites is.  I don't want to analyze their contracts.  I think someone at Adobe 'Stock' knows the policies in regard to these social media sites and could easily provide a 'yes' or 'no '.  My guess is that the answer is 'no', but not wanting to announce this fact, because only about two people would subscribe to the service, if they knew that at the beginning.

    So, just say it.  Don't be passive aggressive and link to the contract.   The license allows for the display of records link to my webpage with pictures 'Stock' on Twitter, Facebook or Google.  My guess is that almost everyone who uses this forum wants a direct response to this question.

    robertm31111866 wrote:

    The license allows for the display of records link to my webpage with pictures 'Stock' on Twitter, Facebook or Google.

    Yes.  Hows that for a direct answer? ;-)

    Joking aside, if you are simply linking to your blog with the graphics on the site you are very good. If you want to use the image itself on social media simply adds a little 'Adobe Stock' in the lower corner of the image. Doesn't have to be big and awkward.

  • Cannot share photos on Facebook

    When you try to share photos on Facebook, I get an error as shown below. I signed out of PSEx both FB and back, with no luck. I have also uninstall / reinstalled PSEx for trying to fix my permissions, but it doesn't always work. any help would be greatly appreciated. This also happens on my two devices (iPhone 6 and mini ipad)image.jpg

    Can you please check. It should start to work now and you should be able to download on Facebook

  • Unbounded invoke to Twitter/Facebook

    I try to do an unlimited use with plain text that aim applications that subscribe to the MIME type. Here is my code:

        InvokeManager *manager = new InvokeManager();
        InvokeRequest *request = new InvokeRequest();
        //request->setTarget("Twitter");
        request->setData(url.toUtf8());
        request->setMimeType("text/plain");
        request->setAction("bb.action.SHARE");
        manager->invoke(*request);
    

    This opens a map to select a group of bbm to share with.

    If I Uncomment the line of code that specifically targets twitter it will correctly call twitter.

    Why is that all possible receivers of text/plain are not listed as sharing options with when I do my unlimited invoke?

    When I tried this with the invokemanager method I found myself with the same BBM groups page you get I now use a c + c++ / method hybrid qml

    void myApp::share(QString text)
    {
         printf("Share invoked");
    
         m_pInvocation = Invocation::create(
              InvokeQuery::create()
               .parent(this)
               .mimeType("text/plain")
               .data(text.toUtf8()));
          QObject::connect(m_pInvocation, SIGNAL(armed()),
            this, SLOT(onArmed()));
          QObject::connect(m_pInvocation, SIGNAL(finished()),
            m_pInvocation, SLOT(deleteLater()));
    }
    

    but I think that if you replace InvokeRequest by InvokeQuery, your method can generate desired results

  • After you delete the contents of my temporary files, firefox is more meets a few buttons and twitter is text-only, help please.

    I used a utility to dump the contents of my temporary folders, since then firefox does not display correctly some pages. In google mail that I have to select "use basic html" to make it work, twitter just displays the text and the buttons do not work in other applications. question 1, how to fix it and question 2, why firefox puts essential info in temporary folders

    Hello

    Please also try a new profile. If it's good, you can later copy the necessary personal data of the old profile. Firefox stores your personal data and settings to another separate location of the files/folder. A new profile would default Firefox settings (Tools (Alt + T) > Options, and topic: config ) and usually also would be vacuum of Extensions and themes (appearance) in tools > Add-ons) and their parameters. In addition, a new profile would have no previous website stored data/settings etc, (Tools > clear recent history).

    Profiles Howto

    Files & profile folder

    Subject: config entries

    You can try to prevent the temporary storage by setting override automatic cache management to 0 (zero) in Tools ("Alt + T") > Options > Advanced > network. Please note that certain data such as streaming video... always can be stored in the temporary folder of Windows.

  • is there a limit to how many photos you can share directly to facebook photos?

    I was using the photo sharing feature to share on Facebook and had not encountered any problems with the previous games in the picture, but now it is not the same Facebook list as an option. Anyone has any useful tips or clues as to why my macbook pro has disappeared suddenly shy?

    You can try to upload too many pictures on Facebook of the Photos app.

    Restart your Mac and then launch Photos and try to share a photo on Facebook.

    I'm sure that this is not a matter of Facebook because you can download 1,000 pictures on a Facebook album. Not through pictures of course, but 1 000 is their limit.

  • What have I done? Receive facebook text

    Hi, yes I'm a noob with the backflip. But somehow when a particular friend post something on facebook, I get like a text message, or something like that anyway. It triggers my ringtone for text message and appears in the notification bar, when I click it, it opens as a text. So what I did to set up, and how it stop? Thank you for your help.

    It's a Facebook Executive. In Facebook preferences, turn off notifications.

  • Z10 Twitter blackBerry text notifications are empty - why? and is there a solution?

    Since lunch yesterday all my opinion text Twitter (ones you buy for tell you someone that you follow have posted on Twitter) were white, except for the words researchers ' 0 can someone explain why this happened and how can I solve this problem?

    I already have Twitter entirely removed from my Z10 and reinstalled (twice), also rebooted and done a battery pull, but nothing has worked.

    Help!

    I just uninstalled Twitter on phone, then reinstalled and signed in and texts come now by fine again

  • How can I choose to share photos on facebook

    I do not get an option for sharing on facebook. How can I add facebook to my stock options?

    Hi jimharpenau

     

    You want to share the pictures that are uploaded on Facebook?

     

    If you want to share the pictures uploaded on Faceboook, you must contact the Facebook supports for assistance. See the referral link - below

    http://www.Facebook.com/help.php

     

    I hope this helps.

Maybe you are looking for

  • Why is it not a feature of messaging on iOS?

    Why do we not have the possibility to search for emails (by keyword, for example), in native mail from Apple app? I see that with iOS 10, they added a filter option, but even that is extremely limited (can filter unread email, me, me cc - ed, escort

  • How can I get my macbook air to stop repetitive clicks

    I just got this computer barely a month, I purchased from best buy and this by clicking. He came to dislike. I don't know what to try, it's not an apple store where I live. What should I do? It still does for some time after I turned it off. How can

  • Upgrade the processors HP G62 - 358-CA

    in the future I'm planning to upgrade my computer laptop processor a "Intel Core I3 - 370M" to an "Intel Core I7 - 640M. It would work Fine with my motherboard.

  • New hard drive, no OS...

    The hard drive in my XPS 3 years flat this afternoon. It came with Windows 7 pre-installed, without records, some pointers to online resources. I bought a new hard drive, now the problem is to get a copy of the Dell operating system... How the hell c

  • Find product key Windows 8 on a computer that does not start

    I bought a laptop Lenovo, a little over a year and all of a sudden, he started a loop when I try to turn it on. The computer seems to want to start with the Lenovo logo and then I get a blue screen with an irritating "your PC has encountered a proble