Want to integrate google recaptcha v2 in flutter - flutter

I want to integrate google Recaptcha V2 but I don't know how can I implement this I know about the server key things the content that I found on the internet is creating an HTML file and load that file with the help of WebView. I want the captcha in the app without using it. webview. Can anyone please guide me on this? Thanks in advance.

Related

Flutter - Populate HTML forms in WebView

I would like to develop an app using Flutter, which will help user to autofill in the webpage (the data is already stored in app.
My app will have a simple webview to load the web page. And thenIwould like to populate the webpage data (e.g. name, ID card no., etc) which is already stored in my application. If possible, i would also like to submit the web page on behalf of the user but it is not a must.
I have searched the web. Below is the closest thing that I have read. However, it is in Android but my preference is to do this in Flutter.
Populate HTML forms in WebView
It would be grateful if you could give me some direction, thanks a lot in advance.
Yes this is definitely possible. Check out these stackoverflow resources
https://stackoverflow.com/a/67688317/11212287
https://stackoverflow.com/a/50350069/11212287

Facebook Page Plugin Just Not Working

I am trying to implement the facebook page plugin into my website but it is just not working it just shows some simple text with my webpage name like a normal anchor link but nothing else. it also say file://connect.facebook.net/en_GB/sdk.js is not found in developer tools but when I punch in that address into the web browser it does find the link. Please help this is driving me up the wall
Apparently the facebook page plugin doesn't work the same as the twitter plugin. With twitter you can test your site locally and if you are connected to the internet the plugin will still pull through the data not so with the facebook plugin. How I managed to get it to work was by uploading my file onto my live server and it worked. I have no idea why this happens. Thanks for your help Dani

Integrate email capture with Google form

I am trying to integrate Google Forms with my site to capture email addresses of interested users; however, I'm presented with a Sorry, the file you have requested does not exist error message.
This is my website.
Any ideas how to fix? Thanks in advance.
If you are just embedding the form is will be as easy as pasting the embed link then updating positioning to show up on your site correctly. Make sure you make the form public so anyone can access it.

How to implement google plus login into my Iphone application?

I am trying to implement google+ login in to my application, like facebook login.For fetching their contact details.I have gdata API.But i don't know what are the procedures to implement that in to my class.Is there any sample application ? Any help will be greatly appreciated.
This question is a bit broad - what have you tried already? The easiest way to use google+ login API call should be inside a UIWebView. Write up an html page using the API sample code then load it up inside your app. Check google for a good tutorial.

facebook registration plugin with working solution

Can somebody show me a working code example of facebook registration plugin in asp.net? I need to fetch the data from the url.
I dont want to use any 3rd party dll's and toolkit. Isn't there a simpler way of doing this..? really frustrated now.I simply want to get data from the registration plugin.
There are tons of question over here without any answer...please don't redirect me to some other pages. If you know the answer please post it here..
I am using the iframe example as shown on the developers.facebook.com website.
I need an asp.net c# sample.
Thanks.
Why dont you check out http://developers.facebook.com/docs/guides/web. They hav given step by step as to how to have a registration plugin.
Here is some c# code to decode the signed_request.
How to decode OAuth 2.0 for Canvas signed_request in C#?
If the code works for you, can you send me a pull request and I'll put it in my example set?
https://github.com/ptarjan/signed-request