App Logging using facebook sdk last version - android

Please I want to login using facebook sdk last version
I tried a lot to follow steps in facebook tutorials but it does not succeed
Can anyone help me please?

Explaining each and every step to integrate facebook sdk in android app is bit vague.May be you can refere this link from AndroidHive which gives you basic implementation.
Another useful link from parse.com or even you can follow Tutorials Point

I recommend you use This Library(Simple Facebook), so easy and straight forward.

Related

facebook connect with no sdk

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/

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 android SDK and App Distribution and Deep Linking

I am trying to make App Distribution from Facebook for android apps. But the official docs don't mention this possibility for android.
To be clear, the second part of step 9 in Facebook tutorial for iOS:
http://developers.facebook.com/docs/mobile/ios/build/#linktoapp
is what I need, but
Facebook tutorial for android:
http://developers.facebook.com/docs/mobile/android/build/
doesn't mention such a possibility.
Is there a way to implement this kind of app distribution or not?
Please help.
Thanks in advance
No, currently you can't do this on Android. But it is on the way, I was recently told 'within weeks' by a Facebook developer at one of their mobile hack days.
UPDATE:
The sdk for this is now available, here:
https://developers.facebook.com/docs/mobile/android/deep_linking/
In case someone will search for this, now it's possible to use facebook deep linking on Android. Here's their documentation.

facebook implementation in android

I am developing android application which involves implementation of facebook.I have found one example listed on
http://www.androidpeople.com/android-facebook-api-example-using-fbrocket/
It is running fine.But when i delete libraries from the code it gives error.Can anyone give me example
Thanks in advance
Tushar
The best link for me was:
http://integratingstuff.com/category/web-services/facebook/
It uses the official Facebook SDK from facebook for Android and works really great.
remember to try it on an emulator since the device will be looking for a single logon from facebook from your phone, and for that to work you have to register a key-hash in your application on Facebook (which is clearly explained in the official Facebook SDK for Android.
Other links that might be helpful:
http://www.shoutmeloud.com/how-to-acquire-your-facebook-api-key.html
http://stackoverflow.com/questions/2953146/android-java-post-simple-text-to-facebook-wall

How to share my android app with facebook?

I am very new to android development, now i am developing an app in android which needs to be
share with the social network like facebook but i haven't got any clue that how to take this step, i hope i can get a proper solution for my doubt.
Thanks,
Balaram.
You probably want to take a look at the Facebook API: http://developers.facebook.com/
Start with Facebook Android SDK at Github & download sdk (sample is included ) & follow the steps. hope it will help :)

Categories

Resources