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. Web Development
  3. ASP.NET
  4. Web service call to get Yahoomail contacts

Web service call to get Yahoomail contacts

Scheduled Pinned Locked Moved ASP.NET
securityhelptutorial
1 Posts 1 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.
  • K Offline
    K Offline
    kokilaB
    wrote on last edited by
    #1

    How to Call webservice of Yahoo to get the Contact list.. I have created the Application ID and i am able to get the token value.. I need help to get the Webservice Session ID (wssid) to call webservice.. the code is as follows: Dim auth As New Yahoo.Authentication("XXXXXXXXX-", "XXXXXXXXXX") Session("Auth") = auth Dim success As Boolean = False If Not Session("Auth") Is Nothing Then auth = DirectCast(Session("Auth"), Yahoo.Authentication) End If If (Not Request.QueryString("token") Is Nothing) _ AndAlso Request.QueryString("token").Length > 0 Then ' Make sure the call is valid If auth.IsValidSignedUrl(Request.Url) = True Then success = True ' Save the user token. It is valid for two weeks auth.Token = Request.QueryString("token")

    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