I am working on Integrating Facebook in an android app.. I downloaded the examples from github. There was one simple example. I created an APP_ID and passed it in the activity. The problem is : when i login using one Facebook user account I was able to post on wall,upload photo. But when i logged out from one user account and logged in as another user I am able to just post text on the wall and not able to post photo. During the second user login m getting a Note like : "logging in will not add this app's activity to facebook" . Please help to resolve this. Does this mean that the previous user is not logged out properly. What might be wrong. Pls help me As soon as possible
Don't use native apps with something that is internet based, even Youtube are bailing on their native app, concentrate on HTML5 and jQuery Mobile and stop wasting you time!Facebook will bail on the native world soon too!
I know that's not the answer and I'm sure you need to get to the bottom of your problem, but iv'e being going nuts with apps and dynamic internet stuff for a while now and they just don't mix.
Apps offline and mobile websites online, its the only way forward!
Cheers,
Mike.
Related
I succeeded, Creating a Facebook App to get the login data. so, I want to create an app to get the login data of the next wechat.
But it was less information, and a lot different.
So I want to ask you a few questions.
It will provide the login button like Facebook?
It is available in Android Studio to easily add code to Gradle?
Is there a site where you can view basic information on how to receive a login WeChat to Android Studio?
I apologize for the difficult questions.
Please answer a lot or a little.
Thanks.
Hello I am using the SwarmConnect Social feutures for my Game to have a leaderboard.
Besides that i don't know yet how to costumize...their Documentation is very poor...
I have also trouble to connect to Swarm via the Facebook log in...maybe the twitter and google logins dont work as well who knows...
But the normal login works fine i can see in my admin panel the score i have submitted.
What does go wrong there?
I enteter my login details and then there is just a blank frame that i can close and still am not logged in!!!
Edit: I would also appreciate that at least if you know one, to tell me a better solution for a Lederboard in my game that is free and supports at least facebook login, Google plus and or twitter
I suggest You try openkit:
https://github.com/OpenKit/openkit-android - there You have some examples and better documentation.
Or You can Try use facebook score Api as some other SO user suggests:
https://stackoverflow.com/a/13692956/1257522
In my app I want to have a link or button that can use stored credentials to login to social media sites - say facebook. But, since I plan on having a multiple links/buttons to different sites that may use different login info, I cannot force users to login to my app using any of the social media credentials.
Please forget the storing of credentials for now - that is a different issue altogether.
My question is Can I send the user's info to Facebook to allow them to login without having to take them to the login screen? If so, where to best find the information to do that?
Sorry if this is a noob question, but I am a noob to app dev and still trying to get my direction. Any sites or links with information would be appreciated.
sorry for the answer but from my experience you need to go through Facebook API to log in an android application using facebook,same for other social network. No clue what you wanted to do use a HTTP POST with the credential ?
There is a serious security issue with what you're trying to do, because it's you're application that handles the social network credential and so you would need to encrypt them store them and so on...
So if you want to give a try to Facebook Android API it's here : https://developers.facebook.com/docs/android/getting-started/
Dealing with the Facebook API is too much easy. You will follow some steps to import it into your project. Register your App on facebook developer site. Put the facebook button into your layout.
When the user clicks on the button the API will handle all the subsequent steps starting from taking the user username and password and will reply to you with a temporary accessToken that will be valid for two months. This is the only communication way with Facebook API, if you want to give the Facebook API any info with any other way. I am sorry to tell you you will not be able to do that.
I have created an Android application which uses Facebook Authentication.
When posting a text message through my application, it appears on my wall.
But others cannot see that post even though it is publicly available.
It seems I need to submit my application to Facebook to allow others to see my post.
Can anyone help me, how can I submit my application for Facebook approval?
Go to Facebook developer official site and login and then select the Particular app and go to Status & Review and turn ON Do you want to make this app and all its live features available to the general public? check box and remember it'll take to 2-3 hours for reflection. see the below image
As i faced the same issue in past and solved it by this way.Hope this works for you.
I am making an app, with a very limited audience that logs into my mini website. It uses a HTTPS login dialog box though to access the site. How would I implement a setup where the user logs in with a username and password box on the first screen, submits the info with a button, which is used to log into the website, and then the user is taken to the next screen where there is a web viewer that is logged into and viewing the protected website.
This needs to be on Android and made in App Inventor, and I am quite clueless in programming, with little experience beyond hello world! :D I can string together some basic apps but here I am stumped. Please help! I just need some clear instruction really on what to do.
Though your question is nearly one year old, I pass you a solution in case you still require it. Like you I came accross the need of creating a login dialog in AppInventor and none of the solutions I found on the web met completely my idea so I decided to develop it on my own.
The solution can be used as a template for any new app and it provides the following functionalities:
Initial login window, with buttons allowing to register or remember password (by email)
User's information stored in a tinywebDB, with basic encryption for password
Integration with Google accounts, allowing the user to inform his google account instead of having to remember yet another password
Profile window, allowing the user to modify its setting after its registration
The sources are here. I've also created a tutorial on my website. And here is a real app using this template.