upload pics to Google+ and Pintrest without user intervention? - android

I want to upload pics to G+ and Pintrest without user intervention in background without using INTENT or any kind of user interaction.
I have found the api's for Facebook and twitter.
For G+ i found those API's to be read only. Are there any such available for G+ and Pintrest?
Any help will be appreciated.

Google+ already supports uploads of photos for auto backup if enabled, for Pinterest you will have to check out their API documentation about uploading photo's. further more you might want to investigate if users truly want to upload there photo's with out user interaction.
BTW facebook also uploads all photo's taken on the device if this option is enabled, same Google+

Check Android Pin It SDK given by Pinterest.
Regarding G+, you won't be able upload anything from Android app because currently API is only READ ONLY. Yes you can integrate Share plugin which would help user to share rich content from app into the Google+ stream, including links, photos and location.

Related

How to use google profile picture in another android application without google login?

How to use google profile picture in another android application without google login?
I want, when user install my application and open it, then automatic show his/her google profile picture. Then click his/her picture and login with his/her google account. how can i do this?
Thanks in advance.
I'm expecting that you can't (or at least shouldn't) be trying to get the profile image from another app for a Google account. One thing to consider is that if there are multiple users on the same device how can you know which picture is the correct one?
The documentation for Google sign-in shows step-by-step how to add it in:
https://developers.google.com/identity/sign-in/android/sign-in
Which starts with a Google sign-in button
followed by an account chooser which will have the user's profile picture for each account available on the device, and allows the user to enter a new account not even registered on that device.

Is possible upload image with facebook sdk with description on android?

I want to only simple upload photo with facebook sdk. I have installed native app, but did not make submission for publish_actions. Is possible upload image without this permission with my description or create publish dialog with default description?
i could not find class with this ability
Thanks in advance
If the app is intended to publish only on your account or any developer, tester account you added in app page in Facebook developer then you don't need to review your permission and you can use it right away.
Or you can invoke the share dialog which doesn't require the user to be logged in at all.
Ref: https://developers.facebook.com/docs/android/share

Google Plus API for android

My need is to upload image/video file to Facebook, Picasa, Google+ etc And I have done all Except Google+. And I Have read This Link. And I have tried with this but its getting activitynotfoundexception. This exception is coming because there no Google+ Application My Device. But My Application requirement is it should be in-depended from Google+.
So I tried with another method But There is another exception. So please help me. Any help will be appreciated.
Google+ does not have an independent write API available to general developers - the only way to post to Google+ via an app is to open the Google+ app (preferably using the Intent returned by PlusShare.Builder as you mentioned).
I'm unlocking this content for you to upload photos to google +.
https://developers.google.com/+/domains/api/activities/insert

Picasa - Automatically create profile

I'm programming an Android application which synces pictures to Google Picasa. The problem is that whenever a user wants to upload a picture to his account, but doesn't have the profile created just yet, I get an error about "Unknown user.".
When a visit google picasa web I get the following picture asking me to create a profile:
Then I have to create a profile in order to be able to upload pictures from an Android phone. But the problem is that I don't want this step to be done by every user manually, which isn't a very good user experience, so I'm asking you if there's a way to automatically create a profile.
So I would present a new Activity to a user saying if we wants to create a profile and if he clicks yes, I would automatically send a GET request to do it. My question is the following: is there any such URI that I can use that would automatically create Google Profile when requested.
I found a link like this, but clicking on it sends me to Google+ page where additional stuff is needed.
https://profiles.google.com/me/createprofile/
The developer's guide doesn't say nothing about this problem: http://code.google.com/apis/picasaweb/docs/2.0/developers_guide_protocol.html#CreatingAccount
I guess the other option would be to get the html+javascript+css code of the webpage presented on the picture and showing that in a WebView. The problem is that I can't just use some URL within the WebView, because I also have an OAuth token already and don't want the user to relogin just to create their profile.
Why don't you use Google Sync. Your user already has a Google Account (from market). You could just ask for permission to use his account. Then you can use anything that needs Google account

Is there another way besides Android Facebook API to access profile photos of your friends

I want to automatically (not by manually selecting through the internal facebook app) download profile photos of my friends from Android. I am guessing there is no other way than to use Facebook API?
Do I really need to register the app on facebook? I would like to avoid that if possible..
Thank you. Cheers, Val
Short answer is, No you should use the Graph API for it.
Long answer, you could let a user sign in to facebook and than search the HTML for the profile pictures.

Categories

Resources