I developing an android application in which i want to integrate faceebook
and twitter.
I want to post pre-written message on wall of logged in person just on click on "wall post"
button.
Can anyone help me.
Thanks in advance.
sunit
Check out the Facebook Android SDK. Also take a look at some of its forks. They might have bugfixes and/or extra features.
Related
I need to post something from my Android app to the FB's wall. I checked some tutorials online but they are really old... And I also checked the one on facebook developer site but it uses the MainFragment class and so on (I did not use the facebook login button, I made my own one).
Can someone gimme some tips for this "publishing on wall?" Thank you very much guys :D
Checkout Parse SDK for Android
https://parse.com/tutorials/integrating-facebook-in-android
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.
I"m trying to implement facebook connect on a WebView. My problem is I couldn't figure out how to implement it.
As per the documentation I called the api as below
window.location.href="https://www.facebook.com/dialog/oauth?client_id=148352165368959&redirect_uri=https://www.facebook.com/connect/login_success.html&response_type=code%20token&scope=email,publish_actions"
It bring up the confirmation window etc etc but I'm not sure how to navigate back to application and how to get the information from the https://www.facebook.com/connect/login_success.html
I've gone through the Bbq plugin but documentation is hard for a newbie like me. Thanks for your time in advance.
can someone atlest point me to a tutorial?
If you wish to integrate Facebook with your Android application then use the Facebook SDK.
SDK- https://github.com/facebook/facebook-android-sdk
Reference- http://developers.facebook.com/android/
I am building an android application and I am stuck at one place. I have integrated Twitter in my app using twitter4j, signpost apis. I am successful in writing code for putting text in user profile but I also want the user to follow my app when they click 'follow us on twitter' button.
Can anybody give me reference or guidance of writing such code?
What you are probably looking for is createFriendship()
You can see how it is used here
2016 Edit: Google code svn is broken and twitter 4j has moved
http://twitter4j.org/en/api-support.html
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.