i' trying to find how to integrate janrain to my android app.....
i found that janrain for iphone is given in the janrain engage section but i couldnt find for android applicaion.
if anyone knows wer to find it , please leave a link ......
and also some documentation would help...
Thank you,,
You can download the engage SDK on github and find all instructions for setting up your application here.
Android beta signup is now available in your Janrain dashboard at rpxnow.com
Registering for the beta will give you access to Android documentation in the dashboard.
Related
I Have research on this and found the izettle developer site
https://www.izettle.com/developer it sdk available for IOS but not getting any demo or material for android sdk. please give a way and need to understand of it, izettle is provide sdk for android if yes then how to integrate with android is there any demo link or else please help i am new with izettle.
You can check it in official site https://www.izettle.com/developer
Developer SDK for Android We're hard at work on this still, but please leave your email if you'd like early access.
So there are only 2 options
1) Write your email id at their android SDK section (as given in the above image)
2) You have to wait until they release their official SDK
I am using the socialauth library for integration with android app. The twitter and facebook updates are working correctly...however I am having problems with setting up the linkedin app.
I have determined that there is some problem with my settings of the linkedin app on the developers portal. The examples that come with social auth library works perfectly, the problem is only in my app settings that I've given on Linkedin developer network.
I couldn't find any guide or tutorial for the settings of app. I read the doc that is provided by Linkedin but since I am using a 3rd party library....its of no use because I can't get my head around the settings...
Can someone please help me?
P.S : I can login correctly to the app and authorize the problem is in posting updates.
I am getting a FileNotFoundException: http://api.linkedin.com/v1/people/~/shares
Update: Can anybody give me the settings of Linkedin app that you use for android or iPhone integration??
Please see the following issue reported at socialauth :
http://code.google.com/p/socialauth-android/issues/detail?id=3
The new sdk is going to release in this week which will solve your issue.
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.
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
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 :)