facebook-graph-api

How can I specifiy what access I need from my user's Facebook accounts when using OmniAuth?

When you use OmniAuth to login to a web app through Facebook, these are the permissions the webapp has: Access my basic information Includes name, profile picture, gender, networks, user ID, list of friends, and any other information I've shared with everyone. Send me email WebApp may email me directly at [email protected] Access my da...

Facebook real-time user updates

When using the Facebook real-time callbacks to update user settings/details, are you able to access a users details even without a never ending token? Realistically, we don't want to have to ask users for offline access, but still want to be able to update their details in our system. Is it possible to do this, or do you have to require...

Retrieve individual like counts across an entire domain

My domain is: http://rentmaps.com There are individual pages that represent apartments, such as this: http://rentmaps.com/address/31/35-Conwell-Ave,-Somerville-MA-02144 I have put Like buttons on each of the individual pages, allowing users to like any of the associated houses. I would like to be able to query the Graph API to pull d...

How to set facebook album "Cover" using the Api?

Using the facebook Graph Api you can get the album cover using: https://graph.facebook.com/<album_id>/picture You can get a json listing of the cover info using: https://graph.facebook.com/<album_id>?fields=picture But for the life of me, I can't figure out how to set the cover picture of an album using the api. Any ide...