Some questions about dotnetopenauth

Posted by chobo2 on Stack Overflow See other posts from Stack Overflow or by chobo2
Published on 2011-01-29T22:00:55Z Indexed on 2011/01/29 23:25 UTC
Read the original article Hit count: 233

Hi

I have a couple outstanding questions mainly reguarding twitter and facebook

  1. In the FacebookGraph class there are properties such as Id,name,etc. I am wondering how do I add to this list? Like what happens if I want a users hometown? I tried to add a property called hometown but it always is null.

  2. What should I store their id(1418) or the whole url(http://www.facebook.com/profile.php?id=1418) for lookup later in my db to grab their data and to see if they have an account with my site?

  3. Is it actually good to use this id as it seems like it is common knowledge. Can't someone just find the profile id or whatever and do a fake request on my site?

  4. how do you setup dotnetopenauth to deal with the case when a user goes to facebook and deletes access to my website. I know you can send a deauthorization code to your site and then delete their account but I don't know how to do that through dotnetopenauth

Twitter

  1. Is it possible to do number 4 with twitter?

Ajax

  1. Is it possible to make the openid stuff ajax? I don't see a sample anywhere in the dotnetopenauth samples.

© Stack Overflow or respective owner

Related posts about facebook

Related posts about twitter