Retrieving All Cookies for a Specific Path

Problem

I need to retrieve all of the cookies I’ve dropped for a specific page in my app using FQL.

Solution and Discussion

SELECT name, value, path from cookies WHERE path="$path" AND uid = $user;

Get Facebook Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.