MouzmiSadiq
MouzmiSadiq

Reputation: 2189

Twitter and FaceBook integration in BB 10

I have read that there are Twitter api like (Twitter API ME)which helps to access the main functionalities of twitter directly from our app.Is this possible? Did twitter provides such API? What is the case of Facebook integration? Anyone please help me by providing related links or sample app for the same in BB 10 Iam using cascades SDK, QNX MOMENTICS is the IDE

Upvotes: 0

Views: 230

Answers (2)

pranavjayadev
pranavjayadev

Reputation: 929

There is a twitter API available for Blackberry 10 . I have used it and it work successfully. You can download it from Github and i am providing the link for you. Twitter API for BB10

Upvotes: 2

user2465493
user2465493

Reputation:

Twitter does not provide Qt API to access their main functionalities. However there is a Qt API that supports most of Twitter APIs it can be found here https://github.com/minimoog/QTweetLib. There is also Facebook graph api port to Qt - http://gitorious.net/qfacebook. Both APIs rely on QtCore and QtNetwork so they should be portable to BB 10.

Upvotes: 0

Related Questions