Is possible upload image with facebook sdk with description on android? - 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

Related

android facebook what is privacy policy url?

I am developing an android app.
It first asks permission(publish_actions) if it is okey it shares a bitmap image from my app.
In developers.facebook page, It requires privacy policy url. Do I have to add one? I am not using any information of users just checking if they are allowed my app after they login.If I have to, what is this privact policy?
Do I have to pay money to facebook because ı am using their sdk?
Can I use facebook icons?
If you share an image, you will need to have activated (publish_actions) ,because it is necesary for lets people post to Facebook using a custom composer, Publishes Open Graph stories or Publishes content to Facebook automatically.
So, to ask for approval of this permission is required have a url containing your Privacy Policy, but you can generate in http://www.generateprivacypolicy.com/, http://www.iubenda.com/.
you don't have to pay for use SDK

Facebook SDK post a story without permission in Unity

I'm using Unity as my engine and connection the Facebook in my game, I want to add a feature that the user can post a story regarding the game.
I tried it with Soomla SDK, the "SoomlaProfile.UploadCurrentScreenShot" but the facebook guys decline my app permissions review saying that I cannot fill user textfield and the user should write his own text to publish.
I tried to use the embeded FB API "FB.Feed" but its asking after login to manually aprove the post permission even when it should be aprroved because it in the embbeded facebook dialog
Can this be done in any other way?

share image on facebook from android application

i'm developping an android application that allow user to share image on facebook. But facebook only give you the permission if you have already submited a review. Or my application isn't complete and i want to test the share operation. how to make it work?
It all says it right here:
https://developers.facebook.com/docs/sharing/android
If you want to test it then you need to go to your app on the developers page of facebook, click on roles and add a tester.

Warning: Submit for login review .some of the permissions have not been approved for use by Facebook

I am developing an app using Facebook's login function. The application needs the user's friend list and "publish_actions" permissions. I have read Facebook's documentation and they clearly say that you have to submit your app for review, as well as the ".apk" file. I am confused because my app is still in developing mode. What to do ??
according to new facebook sdk, you need to submit your app for review if you are publishing anything. after facebook approval you can upload picture by using any login. you can check this link for review process
https://developers.facebook.com/docs/apps/review/
https://github.com/sauce/guide/wiki/Facebook's-approval-process

upload pics to Google+ and Pintrest without user intervention?

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.

Categories

Resources