Why google recaptcha v2 always not showing images - recaptcha

Why google re-captcha v2 always not showing images. If user try google recpatcha time then image shown up but If user try second time image will shown and on checkbox showing I'm not robot and if user check checkbox captcha approve it as human. I want it show the captcha image every time even if user come number of time captcha image should be shown.
I checked google setting but these there us no option for such functionality

Related

The new Google Invisible reCaptcha - invisible or not?

Google announced Invisible ReCAPTCHA is coming soon. For now, if you want to integrate the new reCAPTCHA to your site or app you can register here.
I do have 2 site keys whitelisted for the new Invisible reCaptcha and I've started "playing" with their examples: see them here https://developers.google.com/recaptcha/docs/invisible
Yes, when the page loads the recaptcha is invisible but when the form is submitted the recaptcha challenge appears all the time. You have to click on images, draw something around something else... etc
I've been testing this on different servers, 2 different sites which have the site key approved to use the Invisible reCaptcha, with different browsers form different locations. Same behavior: Google shows the challenge when the form is submitted on all 3 examples they have on their page.
Is this what we should expect?
Just as with the checkbox, if it can't reliably determine if you aren't a bot, you get a challenge. I can confirm that the invisible part does work when you are detected as a human.
Actually you have to approve the Terms of Service when you create a new reCAPTCHA site, that says that
You agree to explicitly inform visitors to your site that you have implemented the Invisible reCAPTCHA on your site and that their use of the Invisible reCAPTCHA is subject to the Google Privacy Policy and Terms of Use.

Google app consent screen : Image always invalid

I am in the process of integrating Google's authentification API for my website.
I have create a google API app, and everything is working fine except setting up the logo for the consent screen at https://console.developers.google.com
I have tried different images with different sizes and format. The answer is always : "INVALID IMAGE"
For exemple, does anyone know why the following image is considered "INVALID"?
http://www.youni.education/images/youni-logo-g.png
The solution :
I ended up selecting the image of the twitter account of the website and it works.
I don't understand why the image I submitted where considered invalid. But I suspect submitting an image from a well-know host (such as twitter) did the trick.
IMO there is definetly something wrong on https://console.developers.google.com part. They could at least let the user know why an image is invalid.

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. :)

Google Calendar event buttons -- Mobile version

I've created a mobile site that displays events retrieved from a Google Calendar. I would like to display a button on each event that allows the user to add the event to their own Google Calendar.
Google Calendar provides a simple way to do this with HTML snippets:
(http://www.google.com/googlecalendar/event_publisher_guide_detail.html)
The url takes parameters so that you can populate the add event form. Here's an example:
https://www.google.com/calendar/render?action=TEMPLATE&text=Brunch+at+Java+Cafe&dates=20060415T180000Z/20060415T190000Z&location=Java+Cafe,+San+Francisco,+CA&details=Try+our+Saturday+brunch+special:%3Cbr%3E%3Cbr%3EFrench+toast+with+fresh+fruit%3Cbr%3E%3Cbr%3EYum!&trp;=true&sprop;=+website:http://www.javacafebrunches.com&sprop;=name:Jave+Cafe&gsessionid=OK&sf=true&output=xml
Unfortunately I can't find a mobile equivalent of this page. If you go to the page with Android, it asks if you want to use the mobile version, but because there isn't one, it repeatedly displays the dialog until you finally cancel the dialog.
Does anyone know of a mobile version of this page, or suggest another way to do it? (Ideally without AJAX as it's causing some offline caching issues on iPhone in app mode).
I've been doing some research on this myself and I've come close, but I'm not 100% there yet. Here's a sample URL of a mobile "share event" link:
http://www.google.com/calendar/gp#~calendar:view=e&bm=1&action=TEMPLATE&text=Halloween+Party+2011&dates=20111101/20111202&details=Description&location=Millennial+Media&trp=false
It opens up the mobile version of Google Calendar and pre-populates it with details about the event your sharing.
The only problem I've encountered is when you're not already logged into Google Calendar. It takes you to the log in page, which is fine, but then after you log in it takes you to the home screen instead of the event entry page.
If you find or already found an answer to this, let me know.
~ TJ

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