Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Cascades Development

Reply
Trusted Contributor
georg22
Posts: 213
Registered: ‎11-22-2011
My Carrier: vodafone

Re: Share some text on Twitter, Facebook...

I need this feature for two of my apps to satisfy the quality-criteria and im am getting nervous now. I hope we see a working invocation-framework and ducumentation in the near future - or at least RIM extends the deadline...

Its not much fun to waste time with workarounds.

Please use plain text.
Developer
Kaz32
Posts: 142
Registered: ‎11-24-2012
My Carrier: Telkomsel

Re: Share some text on Twitter, Facebook...

Hi, I am also need to add share to Facebook, Twitter and BBM

 

Is there any solution for this?

 

Thanks

Please use plain text.
Developer
bbquincar
Posts: 301
Registered: ‎08-14-2012
My Carrier: Rogers

Re: Share some text on Twitter, Facebook...

Its going to be hard to test twitter and facebook on the dev with out the app

but you can do BBM

 

qml-and-bbm-together-at-last

 

qml-and-bbm-together-at-last-part-2

 

There is also a link to download the a sample

Read up on BlackBerry news and QML/C++ tutorials
Check out www.twocasualcoders.com | never casual on quality .....

1 - click to all things Berry & easy share actions. Check out Launch Codes for BlackBerry 10! Find it at Launch Codes for BlackBerry **UPDATED** Get it now.....
Please use plain text.
Contributor
alupimp
Posts: 22
Registered: ‎03-05-2011

Re: Share some text on Twitter, Facebook...

Hey thats nice Integration with BBM, i just implemented that on my apps Thanks! But what about fb and twitter?

Please use plain text.
Contributor
alupimp
Posts: 22
Registered: ‎03-05-2011

Re: Share some text on Twitter, Facebook...

 

Try this as a solution to share text on social networks:

 

InvokeActionItem {

            id: invoke

            query {

                mimeType: "text/plain"

                invokeActionId: "bb.action.SHARE"

            }

            onTriggered: {

                data = "Some new text"

            }

        }

 

Please use plain text.
Developer
bbquincar
Posts: 301
Registered: ‎08-14-2012
My Carrier: Rogers

Re: Share some text on Twitter, Facebook...


alupimp wrote:

 

Try this as a solution to share text on social networks:

 

InvokeActionItem {

            id: invoke

            query {

                mimeType: "text/plain"

                invokeActionId: "bb.action.SHARE"

            }

            onTriggered: {

                data = "Some new text"

            }

        }

 


just so i understand if i have facebook and twitter installed i will get the option to share text to either of them. also if i want to share the webpage im on or the text iv highlighted does this work the same.

Read up on BlackBerry news and QML/C++ tutorials
Check out www.twocasualcoders.com | never casual on quality .....

1 - click to all things Berry & easy share actions. Check out Launch Codes for BlackBerry 10! Find it at Launch Codes for BlackBerry **UPDATED** Get it now.....
Please use plain text.
Developer
Kaz32
Posts: 142
Registered: ‎11-24-2012
My Carrier: Telkomsel

Re: Share some text on Twitter, Facebook...

Hi, from this link

 

https://developer.blackberry.com/cascades/documentation/device_platform/invocation/invoking_core_app...

 

Is facebook & twitter share already available now?

 

Thanks

Please use plain text.
Contributor
dev_bb10
Posts: 25
Registered: ‎02-14-2013
My Carrier: Nothing

Re: Share some text on Twitter, Facebook...

Please use plain text.