Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7697753
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T22:05:05+00:00 2026-05-31T22:05:05+00:00

I am working on server side application of FB login. Having converted the example

  • 0

I am working on server side application of FB login.

Having converted the example here:

https://developers.facebook.com/docs/authentication/server-side/

To VB, and using System.Net.WebRequest.Create to retrieve the responses I am now able to get a text string including the access_token and the expiry time in the following format:

   access_token=ACCESS&expires=2577 

Obviously I can split this into an array and split the parts to get the access_token

But, on the FB Developers example above, they do it with PHP like so:

    $params['access_token'];

Is there a VB.net way of doing this? This seems more reliable to me than teh aforementioned splitting idea, ie, if FB change the output format.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T22:05:06+00:00Added an answer on May 31, 2026 at 10:05 pm

    You can use HttpUtility.ParseQueryString to parse a query string. If you’re not using ASP.NET, you should add a reference to System.Web.dll. I also don’t believe this will work in .NET 4 client profile.

    Imports System.Web
    Imports System.Collections.Specialized
    
    Dim qString As NameValueCollection = HttpUtility.ParseQueryString("var1=val1&var2=val2")
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working on a server-side framework. Here and there I have been adding
I'm working on a server side solution for a mobile application written in Ruby.
Im working in a project.Its server side application is in ofbiz.I want to read,edit,update,etc
I had been working on server side(c#) for a couple of years. But now
I'm working on a server-side project that consists of several services. Each service is
i've been making web app's and working with various server side language like php,
I'm trying to dynamically create a book from code server-side. That part's working fine,
I am making simple one on server side & one on client side application
I need to build a windows server side application that will be responsible for
I have a mission critical Perl-CGI server-side application that I need to extend or

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.