I\'m just wondering if it would 开发者_JAVA技巧be possible to get the id of the current user using javascript framework or something similar without them accepting permissions?
I\'ve got th following (working) code which returns a list of all my (current user) friends. I would now like to also get their public profile picture. How is that done?
I use c# SDK to fetch pages.isfan data , but it always error. var args=new Dictionary<string,object>();
When I try to execute: dynamic picture = fb.Get(string.Format(\"{0}/picture\",id.ToString())); //(\"event-id/picture\")
Coding Platform ASP.NET 4.0 WebForms I have two pages that are relevant here Login.aspx LandingPage.aspx
I\'ve managed to post to a user wall, but when i try to add a picture to the parameters of the post, the post fails and the Result is null. I think that i´m doing everything alright, but i could use
How to Tagging a photos using facebook c# sdk. This is my code (Upload image): var fbApp = new FacebookClient(Session[\"xAccessToken\"].ToString());
I would like to map my website users to their Facebook account. Sin开发者_StackOverflow社区ce I have their e-mails I would like to know how can I find their Facebook user Id programmatically.
I am using Facebook SDK(Codeplex) on Windows Phone 7. When I try to write on Friends Wall, I get this exception raised ((OAuthException) (#210) User not visible)
I initially saw this:开发者_高级运维 http://facebooksdk.codeplex.com/ but thanfound out https://github.com/facebook/csharp-sdk