Can social-auth Android add friends? - android

I've been messing around with social-auth Android have been referring to the readme and this website. I haven't found a way to request a friend or follow someone via twitter. does social-auth have this functionality?

Related

Which Facebook API to use for Android project

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

Integrate gmail in android app like facebook

I want to integrate gmail in my android app just like we do for facebook.
I used the sample provided by "sdk/extras/google/google_play_services/samples/auth" but this is not exactly i wanted. Please give your valuable suggestion. Thanks
you can use xmpp for integrating gmail into your app. It is easy to use. you can download asmack.jar for this.

Facebook integration without library in android

I have done with facebook integration
But by adding complete library to my application it was using lot of memory
For this I want to take necessary file only
But I'm unsuccesful for attempting this.
Can i have faacebook integration without adding complete library?
Is there are any tutorials for this? though i have searched i didn't found it.
Hope my question is clear.
The official Facebook Android sdk is huge and complicated.
I recommend you use this sdk instead:
http://www.easyfacebookandroidsdk.com/
It's just 480Kb. I am not affiliated with those guys.
Please follow the following tutor FacebookExample and you can also download source code with a small FacbookSdk library from this link Saurabh-12 github Hope this will help you
Thanks
If you just want to share message you can use Share Intent.
But if you want whole lot of functionality like getting profile , contacts , albums, uploading photos , then you need to use sdk.
Secondly the available solution for facebook integration
facebook sdk
socialauth-android sdk
are lightweight and will not consume much memory.
Edit:
This may help you. You need to check facebook package name com.facebook.katana
Android and Facebook share intent

Facebook and twitter integration with my android application

I saw some topics here regarding facebook and twitter integration with Android Application.
I need help regarding, is twitter integration with Android App possible in real??
[I need to tweet on user's wall and all]
If i wanted to integrate Facebook with my App then whether i go as per explained in following link(and if this is the recommended way then how to implement this SDK):
http://forum.developers.facebook.net/viewtopic.php?pid=146956
or
else i use Android facebook SDK available here on code.google.com
The official facebook SDK for android is here:
http://github.com/facebook/facebook-android-sdk/
It includes complete examples of use.
I need help regarding, is twitter integration with Android App possible in real?? [I need to tweet on user's wall and all]
In real? Of course! You could be able to tweet on the user's timeline. In this case, use the appropiate authentication methods. There are many ways to do so, this is one of them:
http://www.androidsnippets.org/snippets/24/index.html
You can also use specialized third-party libraries (like twitter4j) to use Twitter from your Android app.

Android share comment on facebook

I am having social networking application made by me, in which you can post comments, i want to facilitate user to one click share posted commented on user's Facebook as well.
I tried fbconnect-android is there any other way sharing comments on FB?
You now have the official FB SDK for android.
A library to integrate Facebook into your Android mobile application.

Categories

Resources