B4A Library Facebook

Douglas Farias

Expert
Licensed User
Longtime User
i seted http://likeapps.net/index.html and works but i need clean the cache of app to work

have a way to make a button the cleand this app cache? can make a log out with this

now works fine i cleaned the cache and works *-*
 

Douglas Farias

Expert
Licensed User
Longtime User
NJDUDE how can i return the profile result in edittext1.text?

i m trying

Sub GetMyProfileButton_Click

fb.GetMyProfile

EditText1.TEXT = fb.USER_FIELD_NAME
End Sub

but it return name only

how the simple way to show the result Douglas name?
 

Douglas Farias

Expert
Licensed User
Longtime User
ok this works
edittext1.Text = profile.Get("locale")
last question this show the strings only
but the profile photo?

imageview.bitmap = ?
 

tuhatinhvn

Active Member
Licensed User
Longtime User
why give me error
redirect_uri isn't an absolute URI check RDC 3986

i m tryed to use localhost
http://google.com

my site www.likeapps.net and http://likeapps.net

and same error *-*

how do you fix it?
 

Douglas Farias

Expert
Licensed User
Longtime User
need a page exemple google.com/index.html < index.html

and need clean app cache later, only unistal and install the app again dont solv the problem need clean the app cache *-*
 

Douglas Farias

Expert
Licensed User
Longtime User
yes can you get all informations and show this on your app
name
gender etc

photo is only the problem u need open the webview with the url


B4X:
                    resultado =  Profile.Get("id")
                   
                    'ImageView1.Bitmap = caca
                   
                    caca2 = "https://graph.facebook.com/" & resultado & "/picture"

i dont know the code to get profile photo *-*
 

walterf25

Expert
Licensed User
Longtime User
About time you released it Bud, hahaha!
Great Job, i must say i'm the first one to use your library in my whack A Bieber game.

Thanks a lot bud, and great Job!!!!
 

Douglas Farias

Expert
Licensed User
Longtime User
very thx NJDude you help many many users *-*
 

Douglas Farias

Expert
Licensed User
Longtime User
NJDude its prosible to remove the close icon in the facebook login to force player log on ? or get a result when player close the login page?

exemple i click at login button and i close this on x icon show me a msgbox login closed
 

Douglas Farias

Expert
Licensed User
Longtime User
but have a way to get a result when he close ?
 

sonicmayne

Member
Licensed User
Longtime User
I get the error "An active access token must be used to query information about the current user" when trying to use the sample app.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…