Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Facebook offline access key

Facebook offline access key

Scheduled Pinned Locked Moved C#
tutorialquestionlearning
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    rnvrnv
    wrote on last edited by
    #1

    Hi, I am a beginner to create Facebook application. Will appreciate if someone can explain how to get and use offline access session key? regards, rnv

    1 E 2 Replies Last reply
    0
    • R rnvrnv

      Hi, I am a beginner to create Facebook application. Will appreciate if someone can explain how to get and use offline access session key? regards, rnv

      1 Offline
      1 Offline
      1 21 Gigawatts
      wrote on last edited by
      #2

      Have you checked out the Facebook developers community[^]? :)

      "If you can't explain it simply, you don't understand it well enough" ~ Albert Einstein "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." ~ Paul Neal "Red" Adair

      1 Reply Last reply
      0
      • R rnvrnv

        Hi, I am a beginner to create Facebook application. Will appreciate if someone can explain how to get and use offline access session key? regards, rnv

        E Offline
        E Offline
        Etienne_123
        wrote on last edited by
        #3

        Hi. I've recently had to do this as well. I used the following:

        browserFacebook.Navigate(@"http://www.facebook.com/login.php?api\_key=" + FacebookAPIKey + @"&connect_display=popup&v=1.0&
        next=http://www.facebook.com/connect/login\_success.html&cancel\_url=http://www.facebook.com/connect/login\_failure.html&
        fbconnect=true&return_session=true&session_key_only=true&req_perms=read_stream,publish_stream,offline_access");

        You can intercept this URL once its done loading (string s = browserFacebook.Url.ToString()) which will show you the session key thats been returned :)

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups