Windows store app and creating authenticatino cookie

yem583yem583 Registered Users Posts: 1 Beginner grinner
I'm building a windows store app using smugmug api and one issue I'm having is after the user logs in via Oath and navigates around the app (similar to website), I'm not able to display the images because using the Url returned by api does not work directly. I understand this is by design, I'm sending an unauthenticated http request and the images require user to be logged in. Is there a way I can appropriately generate the necessary cookie to attach to the http requests to allow logged in users to view photos via http ?

Comments

  • ktvoelkerktvoelker Registered Users Posts: 25 Big grins
    edited August 25, 2014
    You can use your OAuth token credentials when requesting photos - just sign the requests the same way that you sign your API requests.
    Karl Voelker
    Sorcerer and API Guy at SmugMug
Sign In or Register to comment.