@
DonManfred you know why this return null for me?
If Url.Contains("http://www.clickfight.com.br/google/") Then
'webviewlogin.Visible = False
jobgoogle.Initialize("resposta",Me)
jobgoogle.Download(Url)
End If
Sub JobDone (Job As HttpJob)
If Job.Success Then
Select Job.JobName
Case "resposta"
respostadogoogle = Job.GetString
Msgbox(respostadogoogle,"lala")
Job.Release
End Select
End If
End Sub
i see this on web view on app
{"id":"109691273181171171967","email":"
doidloko@gmail.com","verified_email":true,"name":"Douglas Eduardo Farias","given_name":"Douglas","family_name":"Eduardo Farias","link":"https:\/\/plus.google.com\/109691273181171171967","picture":"https:\/\/lh5.googleusercontent.com\/-_KZutqDhFHE\/AAAAAAAAAAI\/AAAAAAAABo0\/KbETSR-tEPQ\/photo.jpg","gender":"male","locale":"pt-BR"}
and i try download this with job but return "" null