hi @
Periklis Koutsogiannis
man how can i post in another activity?
i m using common = your sample 1
on my main i have this
Dim ThisActivity As SocialApiActivity
and this on resume
Common.FB.SetActivity(ThisActivity.GetWithEvent("facebook_statuschanged_event"))
on my activity 2 with name telaprincipal i have
Dim ThisActivity As SocialApiActivity
on resume this
Common.FB.SetActivity(ThisActivity.GetWithEvent("facebook2_statuschanged_event"))
and this
Dim Result As FacebookResult = Common.FB.PublishPost("Confira o aplicativo que distribui dinheiro pela cidade. Lançamento em BREVE!!!","
http://www.vallow.com.br/achouganhou/", "
http://www.vallow.com.br/achouganhou/compartilhar.png" ,"Achou Ganhou", "
www.vallow.com.br/achouganhou", "O aplicativo que distribui dinheiro pela cidade confira!")
If Result.Canceled Then Return
If Result.Success Then
updatecompartilhou
Else
Msgbox("ERRO AQUI", "TESTE")
End If
I TESTED ON MOTO G AND WORKS FINE I CAN POST
AND I CAN SEE on the facebook my post
i have problem with s3
with s3 i have
Msgbox("ERRO AQUI", "TESTE")
u know why?