Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

access email id and post to wall #22

Open
arnab74 opened this issue Dec 6, 2010 · 5 comments
Open

access email id and post to wall #22

arnab74 opened this issue Dec 6, 2010 · 5 comments
Labels

Comments

@arnab74
Copy link

arnab74 commented Dec 6, 2010

Prabir hi,
how do I access the logged in user's email id.
access the user's friend's email id and image
post to wall of user and his friends

I would like to use mvc2

Thanks and best regards
Arnab

@arnab74
Copy link
Author

arnab74 commented Dec 6, 2010

I was able to access the logged in users email id and post to his wall.
But still not able to display his friends, get their email id and post to their wall.

@prabirshrestha
Copy link
Owner

make sure you have the right extended permissions.
you can read about the details on http://developers.facebook.com/docs/authentication/permissions

if u want to see how to get those permissions, i highly recommend you to read README.md It is explained thoroughly on how to ask for those permissions when authenticating the user.

fbSettings.DefaultApplicationPermissions = new[] { "publish_stream","create_event" } };

@arnab74
Copy link
Author

arnab74 commented Dec 7, 2010

Thanks for the reply.
I see that it's not possible to access friend's email, but is there any way to send messages to friends?
Tx
Arnab

@arnab74
Copy link
Author

arnab74 commented Dec 7, 2010

I found notifications.sendemail (I think its rest api) but how do I use it , could you please give the code block.

Tx
Arnab

@prabirshrestha
Copy link
Owner

currently im quite busy merging FacebookSharp with Facebook C# SDK.
You can read the details about the merging at http://ntotten.com/2010/11/the-state-of-net-facebook-development/

you can also see the discussion on Facebook C# sdk at http://facebooksdk.codeplex.com/discussions

if you have questions general to Facebook rather than the SDK i would highly recommend you to post it in stackoverflow.

"Questions about how to use this SDK and general Facebook development questions should be posted on Stackoverflow.com using the 'facebook', 'facebook-C#-sdk', 'C#', 'VB', and '.Net' tags as appropriate."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants