I need to add twitter integration into an AIR for Android application and I've found the http://wiki.swfjunkie.com/tweetr library.
But, none of the examples given on the site seems to work... http://wiki.swfjunkie.com/tweetr:examples
Is this library still compatible with today's twitter API ?
Why are the examples not displaying any tweet ?
What would you recommend for adding timeline display and send tweet functionnality to an AIR for Android application ?
Thanks
Thomas
The Twittter API has changed in recent months, and I actually had to refactor some code in my apps to deal with it. Unless this library is updated, it won't work. Here's more information: http://mashable.com/2012/09/05/twitter-api-rss/
Related
Currently, I am making an Android app in which I need to integrate the complete Twitter app.
I went through Fabric website where I got to know that using the plugin in my app I could integrate Twitter App functionalities very easily.
I want to know if someone has used it.
Will it be really helpful in my case?
Does it give the same feel of the original Twitter app?
Does the plugin also provide UI(Twitter app UI) or do I have to make my own UI?
The twitter APIs and SDK is one of the most advanced and interesting ones i have ever used. It gives the real feel and look of twitter ( login, twitter lists). The SDK does most of the work for you. For example when you want to list tweets using List,the only thing you will need is to create a list view and a text view in your xml.
Initializing the sdk in your app is just less than 5 lines of code.
The console is easy to use as well. This will help you set up your app so fast.
For me i didnt feel like a programmer when using the SDK unlike when I am really struggling to use GMAIL APIs.
Go ahead and just do it.
Happy Coding.
I'm currently working on an app that requires match data from tinder but I have never worked with API's before and I'm not too sure how it works. I found some projects on github using the tinder api which I will link at the end there are just some parts that confuse me. Firstly all of the files are in python so is there a way I can implement that in a java file in android studio? Also it says that facebook authentication is required for the api to work so would having the user log into the app with facebook solve that issue?
https://github.com/fbessez/Tinder
I want to include a way to search FB posts containing a particular hashtag in my app. I searched the web for FB libraries for android and came across 3:
facebook-android-sdk : Can never get this thing to download! Also the biggest and bloatiest of all three by size
facebook4j : Seems similar to twitter4j which I am very familiar with
restFB : Searching around, I couldn't find for certain whether it supports android or not
Which of these libraries is best suited for me?
facebook-android-sdk is the official sdk provided by FB. This is where you can get start
I would like to include a menu item in my Android app (built using Cordova/PhoneGap) that provides users with the ability to invite their friends to download the app from Google Play.
Does anyone know of an existing solution for this? I have not had much luck finding one.
On BlackBerry10, this is extremely easy to do (literally 1 line of code). It leverages the OS and BBM to share the download URL of your app with your closest friends:
blackberry.bbm.platform.users.inviteToDownload();
link
Please tell me something similar like this exists for Android (iOS?) ? Thank you.
I use this plugin and works perfectly: https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin
It's a sharing plugin that allows a lot of configuration options. You could configure it so users share a link to your app on Google Play. The documentation explains how to set everything up.
I am planing to build an android app, which will have user posted content and comment on that content. I want to use a ready made solution for the comments, which is also viral.
For example, using Facebook comments for website can do the job. But I am not able to locate such a plugin for Android (java) app.
Is there a way I can do it easily? or should I build my app using phone gap or something like that and use fb comments widget.
Will there be any problem in approval if the app is in phone gap?
Thanks in advance!
#happyhardik This might be just what you're looking for: Socialize. http://www.GetSocialize.com. SDKs for both iOS and Android. Integration with Facebook (and soon Twitter). Let me know if it's what you wanted!