App inventor share file with message via facebook - app-inventor

I'm building an app with Google's App Inventor, and user uses his/her camera, takes a pictures, then taps Share and choose a program from list.
I what when sharing the image with Facebook to show a given message, but it dosn't work.
My quession is how I willl get the same message that appears in gmail sharing as well as in facebook sharing.
Thank you.!

Related

OAuth Verification Request - App Name and logo are not showing in our App OAuth Screen

I have a problem with the verification process of our Google App.
All requests from Google are done, (Domains verification, demo video). Still one thing which is Consistent Branding. Google are saying that our App name and logo must be displayed in the OAuth screen. And to do that I should put them in the OAuth setting, which is done.
But even after updating these details App name and logo are not showing.
The Google Cloud Trust & Safety Team, told me that this problem can't be fixed from their side, and send me this link https://support.google.com/googleapi/answer/7014572?hl=en , in where I find that I can ask a question here.
So, any help please.
You can't find below all the screen shot that can help.

Outlook iOS App showing icons for sender and even buttons. How?

Outlook iOS is showing avatar photos from external commercial senders in its list as shown by the attached screen shot. For Amazon it goes a step further and shows a button to track shipments in the shot as well.
I’m trying to figure out how to embed our enterprise logo into emails to achieve the same effect. An email with our logo and perhaps a “click or touch to respond to this support issue” button would help us to stand out. There is no doc I could find online.
Anyone have an idea of how or where to look?
Finally found it! BIMI is what causes this logo to work! Here are the links:
BIMI
https://mailchimp.com/marketing-glossary/bimi/
Check your domain for BIMI
https://bimigroup.org/bimi-generator/
Thanks!
John.
You can display your logo within Outlook by creating and customizing a Bing Pages profile.
Bing Pages lets users manage their own brand on Microsoft products, such as Outlook. It's free and only requires a Twitter account, plus an Instagram, Facebook, YouTube, Pinterest, Twitch, or TickTock account with 100+ followers that’s made at least one post within the past 30 days.
The Gmail requirement for a Verified Mark Certificate (VMC) can be avoided with these steps:
Create a Google account with your company's email address.
Change the profile picture to your company's logo.
Wait up to 48 hours for the logo to become visible in the inbox.
Do not create the Google account using the "To manage my business" option. This account type isn't able to change its profile picture, and the account type can't be changed after its created.
For everyone else:
First, you will need complete the BIMI specification. Then, you will need to complete any additional requirements that each email service provider may have to display the logo in their inbox. This tutorial walks you through the process and explains everything you need to know.

How can I build a webapp which uses google calendar api without having to become verified?

What I want to build:
I want to build a website where users can connect their google calendars (this will use Google Calendar API's)
and view their calendar events, as well as edit them, and create new ones.
My problem:
In order to do so, google says my app needs to be verified, which can take weeks, and I also need to set up terms of services pages, privacy policy pages
I also need to supply authorised javascript origins which MUST start with https, which of course is a problem during development, since my origin is http://localhost
I also need to set up support emails and homepage link
Question
I just want to start building my application without having to set up a whole production-ready website eco system.
Is there anyway I can use these Google Calendar APIs for editing/creating calendar events locally, without having to set up everything mentioned above first?
Unverified apps can still be used by the developer who created the project on google developer console.
Unverified app screen
The app or script might display an "unverified app" screen before it displays the consent screen. This is based on the specific scopes that your app includes in the request.
You can still work on your app while you are going though the verification process. However that being said i would start that process asap it can take a long time to get verified.
Yes, you can. As far as I am able to tell, all the verification step does is remove the "unverified app" screen. As long as you click Advanced > Go To ... (unsafe), you should be able to create and edit calendar events for that user in your application.
In order to be able to create and edit calendar events, you need to use the most sensitive scope, which is https://www.googleapis.com/auth/calendar. I couldn't figure out how to edit and create calendar events in my web app until I changed my scope from calendar.events to calendar.
Creating Events: https://developers.google.com/calendar/create-events

Facebook Graph Api publish photo to fan page album and tag author on it

We are a French Mobile Agengy working on a touchy Facebook integration (Graph API and mobile SDK).
That application (iOS & Android) consist in a picture contest, where the winner is the one who gets the more likes on its picture published on the Facebook Fan Page.
Each user connect via Facebook Connect.
They can take a picture with their phone and upload it to our server for moderation.
When the picture is validated by our review team we want to do the following interactions with Facebook :
3-1. Publish the picture to a specific album of a fan page (this part is working well, doing validation with a Facebook connected user, being admin of the fan page and granting "manage_pages" to the fbapp of this operation)
3-2. Then we want to "tag" the author on the photo - author being the facebook user which uploaded the photo to our server -, so that the picture shows off on this user timeline - not a post referencing the picture, because the "likes" must be on the picture and not on a share of it.
We are stuck on the 3-2 step, since we could not find a way to properly tag a user on a fan page picture using Graph API (either as a user or a page or an app - access_tokens).
In a more functional point of view, we want to post a picture in a Facebook Fan Page Album (via a fbapp), and have this picture integrated on both Fan Page and User (Author) timelines without having to repost this picture (to prevent likes fragmentation between picture and shares).
Hope my explanations are clear, any help will be (greatly) welcome. :)

how do I upload a photo to facebook from my app, and have it NOT post to the wall?

My iPhone app uploads pictures to the user's Facebook account, and they are automatically placed in the app's photo album on Facebook.
In the majority case, the user's wall is also automatically updated to denote that the photo was recently updated. But I dont want this, because I prefer to make a separate wall post with a link to the photo. It's silly for the user's wall to have two entries on it with a thumbnail of the same image.
1) how can I upload the photo using the graph API in such a way that it isn't announced on the user's wall
2) how can I tell if the photo upload resulted in an announcement on the user's wall -- sometimes it doesn't. I'd rather not have to ask for permissions to read the user's wall..
From this Facebook Doc:
If you would like to suppress the story that is automatically generated in the user's feed when you publish a photo (usually because you plan on generating your own), you can add a no_story=1 parameter. In this case, the user will receive a notification that your application has uploaded a photo.

Resources