10-29-2012 06:03 AM
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.
12-04-2012 07:01 AM
Hi, I am also need to add share to Facebook, Twitter and BBM
Is there any solution for this?
Thanks
12-04-2012 11:38 AM
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-part-2
There is also a link to download the a sample
12-07-2012 01:39 PM
Hey thats nice Integration with BBM, i just implemented that on my apps Thanks! But what about fb and twitter?
12-12-2012 12:00 PM
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"
}
}
12-12-2012 08:23 PM
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.
02-14-2013 02:00 AM
Hi, from this link
Is facebook & twitter share already available now?
Thanks
02-14-2013 05:26 AM
Hope this will be helpful for you little bit.