Login with Google V2

Use two WebComponents, save the first output in a variable and then join it with the second response

I found easy way to get all data

Just used userinfo.profile scope

Ehem… :sweat_smile:

It’s because you are setting a parameter that it’s not defined
If you set an unknow param it returns all information

Try these examples to test it:
https://scripts.thunkable.ga/google/oauth/?data=
https://scripts.thunkable.ga/google/oauth/?data=lol
https://scripts.thunkable.ga/google/oauth/?data=userinfo.profile

Hahaha :slight_smile:

Do you know how can i copy informations to variable.I m unable find it

What do you mean?

I want store users informations on list.And store list using tinydb or other storage companents

Webview show user informations but i cant find way copy it to variable or list

The WebView.Title block gives you the output
Just join it with a variable or whatever

Did you test it with no parameter(userinfo.profile),Its work for id,email or other parameters but not work for my method

I hadn’t thought about how to handle it…
I just added that function thinking about using it visually :sweat_smile:

I will add it to the WebView.Title tomorrow too so

Okey waiting for it.If you can send changed file its better for me because already uploaded files and ı dont want reupload same files (its takes more time)

I can’t do it now, I’m a bit busy

I will do it in 16 hours more or less

1 Like

Any news?

Done :thumbsup:

Sorry for the delay :sweat:

2 Likes

No problem.:slight_smile:

Where is the new file? ı cant find it

I haven’t uploaded it :sweat_smile:


But just change these lines:

          echo $id."<br>";
          echo $name."<br>";
          echo $birthday."<br>";
          echo $email."<br>";
          echo $profile_image_url."<br>";
          echo $cover_image_url."<br>";
          echo $profile_url."<br>";
          echo $aboutMe."<br>";
          echo $nickname."<br>";
          echo $tagline."<br>";
          echo $braggingRights."<br>";

into these:

          echo "<title>";
          echo $id."<br>";
          echo $name."<br>";
          echo $birthday."<br>";
          echo $email."<br>";
          echo $profile_image_url."<br>";
          echo $cover_image_url."<br>";
          echo $profile_url."<br>";
          echo $aboutMe."<br>";
          echo $nickname."<br>";
          echo $tagline."<br>";
          echo $braggingRights."<br>";
          echo "</title>";

          echo $id."<br>";
          echo $name."<br>";
          echo $birthday."<br>";
          echo $email."<br>";
          echo $profile_image_url."<br>";
          echo $cover_image_url."<br>";
          echo $profile_url."<br>";
          echo $aboutMe."<br>";
          echo $nickname."<br>";
          echo $tagline."<br>";
          echo $braggingRights."<br>";

Which file i need edit

Hi,
Anyone have upload any App with this Extension to Google Play?
Thanks

index.php

1 Like

No

This app isn’t in GPlay
However, you can download it on the first post

I was asking because i tried to put one App with the V1 of this extension and it didnt got published. Then i upload the same App but i removed the extension and it got Published. I dont know if the extension was the problem.