Uploading Photo to Facebook is possible now with B4a and a webview
I modified it to post a photo to facebook.
All you need to do is create a Facebook App
Which will give you a valid client Id and Secret ID:
This was in Response to NJDUDE's post.
He is always throwing up tons of samples, so this one is for you!
This is based on Steve05 post here:
http://www.b4x.com/forum/basic4andr...als/14576-oauth-facebook-feeds.html#post82542
I modified it to post a photo to facebook.
All you need to do is create a Facebook App
Which will give you a valid client Id and Secret ID:
Dim clientId As String : clientId = "xxx"
Dim clientSecret As String : clientSecret = "xxx"
RedirectUri="http://?????????.com/"
' Make sure you have the trailing / after your .com/
This was in Response to NJDUDE's post.
He is always throwing up tons of samples, so this one is for you!
Attachments
Last edited: