Facebook Login With Vb.net

0 views
Skip to first unread message
Message has been deleted

Fe Gillenwaters

unread,
Jul 14, 2024, 2:08:09 PM7/14/24
to sagoldgoodwni

I am planning to create a vb.net application that will be synchronized with user's facebook account. I want to create an application that allows the user to login their accounts, fetch notifications, friend requests, view/reply/create messages and other activities they want to fetch from facebook via this vb.net application.

Facebook Login With Vb.net


Download Zip - https://jinyurl.com/2yVgNZ



Once you added your App Key you can run the program. Upon clicking "Login" it'll open a small webBrowser control that let you login into facebook. The correct login procedure returns a facebookOAuthResult Object that contains your AccessToken.

Your first version with log in/ log out reloading worked great right away. But this version doesn't work at all for me. The div class="fb-login-button" autologoutlink="true" scope="email,user_checkins" throws warnings as autologoutlink is not a property of a div. And it doesn't work because it's not a clickable element. What's missing?

Sir, Though the tutorial works perfect when i login for the first time and giving app id , but when i am in debug mode and running the website next time without logging out, it shows a javascript error "Object doesn't support this property or method" below the head section. Am i doing something wrong??

hello,

This is very nice. helped me a lot.
but i am facing one problem. The code in the script is running on page load. means if i am already logged in with Facebook account and then comes to my page in which i write this code then it automatically display my information.
I want it should display my information after i click on login with Facebook button.??
plz help me in this

Facebook login logout work for the single user which user create api inside facebook but It's not work for other user they have not any API id ?So kinldy reply for this issue,I am new to develop sharing data in facebook with login and logout features.

Sir your post is to good and working on local server.when i was deploy it on server ,facebook login is working but not getting value on our own page ,alert are not working and i want to redirect to other page but not working..pls help i spend last 2 days to solve this problem pls sir or any buddy help me....


thanks

This all worked great. But one thing I'm struggling with; how do I pass the email address of user id to the page's VB.Net? I need to run SQL queries on a database using the facebook userid displayed as the WHERE predicate. Any advice would be greatly appreciated.

Sir your post is to good and working on local server.when i was deploy it on server ,facebook login is working but not getting value on our own page ,alert are not working and i want to redirect to other page but not working..pls help i spend last 2 days to solve this problem pls sir or any buddy help me....

Enter your development URI with /signin-facebook appended into the Valid OAuth Redirect URIs field (for example: :44320/signin-facebook). The Facebook authentication configured later in this tutorial will automatically handle requests at /signin-facebook route to implement the OAuth flow.

Users don't see a login screen all that often. Sure, they may see it when first registering or every now and again if you force them to re-log in for security purposes. Regardless of how frequently they encounter the login screen, it's a crucial part of their experience with the app as a whole. One misstep in its design and you could wind up struggling just to get users just to log in to your app.

You might be tempted to design your login screen with the kinds of eye-catching elements that would otherwise be found inside the app. But, what's the point? You want users to engage with the actual app itself; not get distracted by the login page.

However, read the message. There's no information provided about what exactly went wrong. Was the username incorrect? Was the password wrong? Was the username even in the correct format to begin with (e.g. username vs. email address)? Does the user even exist in the system? Without clear guidance about what the error was, users could easily end up frustrated with the login page.

This is a good option if you have to ask users to do extra work to log in. For example, Slack's manual login has multiple pages since it has to ask users to type in their Slack workspace name along with their username and password. A MagicLink would greatly simplify all of that typing.

aa06259810
Reply all
Reply to author
Forward
0 new messages