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.
Related
I have started learning FB integration in android tutorials from the facebook developers site. But what I have observed is that the Pick Friends activity in the provided example projects (Sample Projects Scrumptious and HelloFbSample) doesn't work either in the emulator or the smart phone. Is either anybody experiencing the same problem ?
The Graph API v2.0 shows only friends who are also using your app. See Don't get all friends of facebook in my ios app?
Even though The Facebook Platform v2.0 shows only friends who are also using your app, you still may be able to see the entire list of friends provided:
1) You are using older version of facebook sdk, as I am using 3.5, it's working well for me.
2) You must have registered your app in your facebook developer account before April 2014.
This will work only till April 30, 2015. After that the friends who are using the same app only would be visible.
Reference:
https://developers.facebook.com/docs/apps/upgrading
https://developers.facebook.com/docs/apps/changelog
I have found a few workarounds that will show a users friends, however you cannot interact with them. Like inviting them to your app. Facebook has bascically restricted this kind of behavior to games only but if you read my issue request here on HelloJS you will see i have a few solutions that might help. In no means is this for Java (Android) its for web based/cordova mobile apps not native android (java)
https://github.com/MrSwitch/hello.js/issues/57
I have a problem with my app and I don't know if the problem is obvious.
I have managed to post things to my facebook wall using the app I have created for Android.
But when I distribute this app to my testers, they don't get to the login window. The app is terminated before the screen appears.
I have used the tutorial:
http://developers.facebook.com/docs/mobile/android/build/
Can somebody help me. Are some things I can check or is there a more thorough explanation available on the internet?
you need to follow following steps,
1.) go to https://github.com/facebook/facebook-android-sdk/tree/master/examples
2.) download the example named Hackbook.
and execute it , this is working example of facebook integration with android
Here condition is that you must have App ID and App secret.
if is there any problem let me know.
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.
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.
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.