-
Notifications
You must be signed in to change notification settings - Fork 14
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
Comments
I was able to access the logged in users email id and post to his wall. |
make sure you have the right extended 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" } }; |
Thanks for the reply. |
I found notifications.sendemail (I think its rest api) but how do I use it , could you please give the code block. Tx |
currently im quite busy merging FacebookSharp with Facebook C# SDK. 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." |
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
The text was updated successfully, but these errors were encountered: