Reputation: 4179
I would like to integrate Twitter into my BlackBerry 10 application so that I can post, get, favorite and retweet messages from Twitter. Native BlackBerry.
Upvotes: 1
Views: 239
Reputation: 1513
At the moment, BB10 platform offers built-in invocation requests for a core Twitter app, however, these requests are pretty limited in functionality - you can only share content with different URI, but not get, favourite, retweet message and so on.
If there's another application which can handle these type of requests, you may use unbound (or bound) requests for you needs, but in order to do that you have to know Action
attribute (and TargetID
in case of bound invocations) value.
Here is a link explaining mechanism of invocation sending as well as bound and unbound requests - https://developer.blackberry.com/cascades/documentation/device_platform/invocation/sending_invocation.html
Upvotes: 1
Reputation: 23066
Try searching on github - there are several sample twitter projects on there: Github search results
For example: BB10 Sample Twitter App
Upvotes: 1