Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I'm developping an android app and I want to post some data from my app on facebook. I can post data from my own account but i can't from a different account how can i fix that? Can anyone help?
If your app is in development mode, then only people with admin/developer/tester roles can use your app. Either add them to those roles in your app settings, or set your app to public.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I am making an e-commerce application and I want to make an admin panel for it. What will be better application or a website. This app is just for my college project and will not be published on play store.
You could make a separate application which can only be accessed by admins and link this application to the same firebase database. Then implement all the admin functionality there. I have added an image for clarity
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I am developing one android app for banking transaction. I want to implement the finger print login feature but I don't want to use the device registered fingerprint. I want the user to register the fingerprint through my app . How can I implement,save and validate the data.Please answer.
On Android, applications do not have direct access to fingerprint data so you cannot register fingerprints within your app.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
We have created app, Now we need to provide Login With My App Functionality (Same like FB & Google+) in our app.
I want some guidance on that.
I've some idea that how to do it
IDEA
Create URL scheme for my App
So who ever want to use my app login they have to integrate my
framework and add URL scheme(but how will i get there app image?)
I need some suggestion for this! where to start, how to implement.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
basic android app that connects with Instagram and will allow people to login to their account and view their feed through my app, how is this possible? i know i need instagram api but what need i should work with this api
Your APP would need to interface with Instagram using Instagram's API.
http://instagram.com/developer/
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I am new to Android, I want to Login Gmail without entering user ID and password manually. i search lot but still i am unable to do it. please help me. i would be grateful.
Below steps are require to login to Google.
go to this link [Oauth 2.0]:How to send mail programmatically in android using OAuth2.0 token