How can i share image with facebook sdk without installed native app? I need make one share button, but i don't know how can i log in without LoginButton.
Thanks in Advance
You need to copy the photo upload sample from their website.
for Login with Facebook without using LoginButton refere link
Related
I am developing an Android app that has the feature of converting a video to an audio file.
I want to add a feature that makes the user able to enter his studio, then when they click on the video-share option (to share the video), to find my application icon at the bottom. Without the need to open the application.
How can I do that?
the answer is this share/receive guide
thanks VC.One that is exactly what i need
I'm currently trying to add a feature which allows users to follow an instagram account by clicking a button. I've seen other apps use that but I could not figure out how. As you can see in this post, following people by using the api is no longer availible. https://developers.facebook.com/blog/post/2018/01/30/instagram-graph-api-updates/
Maybe some of you know how to do what I want.
You can do it with a hack that is..
Intent externalIntent = new Intent(Intent.ACTION_VIEW,Uri.parse("instraURL"));
startActivity(externalIntent);
App will move user to external Browser and browser will move user on Instagram app..
As it is not perfect solution but i am just sharing because it can help developers when they don't have SDK.
We are creating an java website for mobile and need to get camera access through the web browser but i do not want the picture to be saved to the storage of the phone. Is this possible?
Yes, this is possible. there are several comercial applications including surfline's webcam
I'm developing an android application to hide the photos gallery using a password to do it, and show it by using password also.
I searched online for such like this idea, but I didn't find yet and answer.
I would appreciate your help.
thank you in advance.
I was wondering if there is a way I can update my Android application which is not listed on the Android Market. I mean, maybe thorough my website? Any ideas? Many Thanks!
yes you can make downloadable your signed .apk file through your website via http.