Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

ASP.NET is a web application framework developed by Microsoft to allow programmers to build dynamic web sites and web applications.

learn more… | top users | synonyms (4) | asp.net jobs

0
votes
0answers
9 views

After login through facebook i need the data need for session on aspx page

How to use facebook login on my website means if i have use session on my default page and i used mobile number in session which page is opened after login then how i will get data from facebook ?
0
votes
0answers
19 views

C# Asp.net, Getting facebook insights to json successfully done but only works with “since”

I got the access token, every thing worked fine last week, but today nothing works the url is the same! https://graph.facebook.com/*app_number*/insights?access_token=blablabla I also included the ...
0
votes
0answers
19 views

Facebook connection with asp.net

I'm using FacebookClient API, I store the access_token in a session. Everything works just fine. How do I check if the access_token is related to the actual facebook user? if I log out in Facebook ...
0
votes
0answers
19 views

FB signed_request issue ASP.net c#

I want to access signed_request param on my asp.net page. FB is redirecting the request successfully to the right page. However, it is a GET request thus no signed_request param is passed. Please ...
0
votes
1answer
54 views

Get City and About Me info from FB to Asp.Net

I have get user profile information including user name, birthday , email ,profile image and gender from facebook in my asp.net project and now i want to get city and about me details and i tried ...
0
votes
0answers
33 views

facebook like in ListView

I am trying to have like button for every product in datalist, and I did these <fvk:likebutton ID="Likebutton3" runat="server" Url=' <%# ...
0
votes
0answers
11 views

Is it possible to configure one Facebook app to be used across multiple sub domains?

Can I use multiple sub_domains by specifying single app_domain? And how to deal with the term of login with facebook when I am using multiple sub_domain?
-1
votes
1answer
11 views

Is it possible to configure one Facebook app to be used across multiple domains? [duplicate]

Is it possible to configure one Facebook app to be used across multiple domains? how can i authenticate user with one APP_ID and Multiple Domain?
0
votes
0answers
14 views

Understandind and proper configuration of channel.html file for asp.net

I am trying to signup my site with fb profile and i found this link very useful for me but i am unable to understand concept of Channel URl and from where to download it ? also if i am testing this ...
4
votes
1answer
130 views

Facebook app working only for administrator. Why?

I have created a facebook app. From my website the users can log in using their facebook account. Once they log in successfully the facebook javascript API which i use will post the URL to the user's ...
1
vote
2answers
48 views

Why facebook says my Image url is invalid?

Link to facebook debugger. Facebook share was working fine before I changed myhosting provider. Fb share now selects invalid image from this page
0
votes
1answer
42 views

Facebook graph search invalid app token

I keep getting an invalid access token code 200 when searching the facebook graph with my valid app access token. I know there are some July breaking changes coming up, but I don't think this has to ...
0
votes
0answers
13 views

custom pictures and jquery dialog in facebook apps

i'm trying to use some custom pictures for an app i'm developing (.asp net, c#, html, java) for facebook. for example, i have some custom button backgrounds, or textareas backgorunds, everything in ...
0
votes
1answer
37 views

Facebook Like for each article on my asp.net website

I have a created a blog website using asp.net. In it I have a page BlogList which shows the list of blogs in the datalist. When clicked on each blog heading it navigate to the Article.aspx page. I ...
0
votes
1answer
18 views

Access Facebook Album

I am creating one site in which User will login trough his(er) Facebook a/c. i algo give functnality that user can access there facebook album in my site so they can access there pic in my site. can ...
0
votes
0answers
31 views

Uploaded Photo showing wrong caption (ASP.Net, c#)

We have a photo application that allows users to post photos from a specific venue. We set up a differnet appid (and url) for each venue. WHen we post the photo, it posts correctly, but when we view ...
0
votes
2answers
63 views

Get list of invited friends from MultiFriendSelector

I am using ASP.net C# for a web application that integrates with the Facebook API. My application will allow users to create a group for sharing code. I need to use Facebook API to let the user invite ...
1
vote
1answer
58 views

Facebook integration “error occurred try again later”?

I'm trying to connect my app with facebook. I created app on facebook and this is my code: private void CheckAuthorization() { string app_id = "appID"; string ...
0
votes
0answers
23 views

facebook app with sharing system

I would like to write an app on facebook that has the following: user can write a recipe and upload a photo after that he can share that info, the small miniature of the receipe and description ...
0
votes
0answers
31 views

Several Facebook Like button on a page

I am looking to place many Facebook like buttons on a page which i want they to allow me to post to facebook wall of the user who logins through them. Can some one point me on where to find this ...
0
votes
2answers
81 views

How can I get the links on my Facebook wall with the .NET Facebook SDK?

I'm using the SDK found here... http://facebooksdk.net/ And the documentation seems to be severely lacking at this point.
0
votes
0answers
192 views

Facebook login in ASP.Net and persist user

I am allowing users to use facebook to login to my website and whenever user visits next time and use facebook as a login method, I should be able to identify that user as an existing. For your kind ...
0
votes
1answer
50 views

how to feed pictures and videos from my wall using facebook api

I am using facebook API https://graph.facebook.com/PAGE_ID/feed?access_token=ACCESS_TOKEN It is not fetching all contents from news feed like pictures, videos shared on my wall by my friends, ...
0
votes
1answer
33 views

FacebookWebContext.Current is always null

I am trying to edit some code written about two years ago. Basically, it is Facebook connect, where users can register my website using Facebook application. My javascript code for Facebook connect is ...
0
votes
1answer
61 views

changing webclient response time

I want to use facebook like button in my website. as most of my visitors are from Iran and facebook is filtered in Iran, if somebody comes from Iran, the like button gets filtered and the page gets ...
-2
votes
1answer
38 views

Facebook custom tab - search and link to the website [closed]

I need to create a custom tab for facebook where a user will enter his search query and the results will be displayed on the website. How can I do this? I'd really appreciate any help guides/ ...
0
votes
0answers
23 views

how can be show app login and wall post permission together

Here is one doubt on facebook api i came across. When we create app in facebook developer and someone does login with facebook. It shows two popup dialog box first login for the app and second ...
1
vote
0answers
72 views

POST to Notifications API works fine with “user-id-1” but doesn't work with “user-id-2”

I am trying to server-side POST to Notifications API but I can't make it work consistently. As required in the Notifications API I am using the App Access Token to post to Facebook's Notifications ...
0
votes
1answer
33 views

Facebook posting items from another web sites

I am new to Facebook API development and I have general questions about how developers use Facebook. Is it possible to post to a wall text, image, videos from another site using an FB API? Which API ...
0
votes
2answers
471 views

How to do a post in facebook on my page fan wall with c# and asp.net

I tryed since 3 days how i create a post my fan page wall with c#, and i note 2 things : - Facebook provides not updated documentation with no complete and poor example (api changes often) - Facebook ...
0
votes
0answers
70 views

Remove recent activities from the Facebook Activity Feed plugin based on domain not Facebook app

Activity feed plugin of Facebook works by providing the domain (www.example.com), we have situation where wrong pages were liked by users on the site and they are appearing on the recent activity ...
0
votes
1answer
68 views

Reading the response stream of a WebException

I have the following method which is basically authenticating users with their Facebook credentials. For some reason, I am getting a WebException when trying to process the authorization key (code). ...
1
vote
0answers
124 views

Facebook - posting with facebook dialog

I manage get access token from FB. I can post on wall. But I need to display popup window (dialog?) to allow user add comment and see what he posting (sharing). Im confused with Open graph which I ...
1
vote
0answers
46 views

Get Facebook response implicitly in ASP.net application

i am posting a comment on Facebook with the help of Asp.net application. So,Is there any feature provided by Facebook can i get implicitly ,viewer's are like this post through our Asp.net ...
-2
votes
1answer
32 views

Facebook implicitly send like information to the server

I am posting a comment on facebook with the help of Asp.net application. So,Is there any feature provided by facebook so that I get implicitly ,viewer's are like this post through our Asp.net ...
0
votes
0answers
185 views

Post images to facebook page from ASP.net application

I want to be able to post images to my Facebook page from ASP.NET application, the below code is working properly for feeds but not for images. When I choose to post a feed, I can post it to my wall ...
0
votes
0answers
228 views

Login with Facebook C#

I have an infinty loop of refresh when I try to log in with facebook on my site , I have declared a script afer the the body tag that was <script> window.fbAsyncInit ...
0
votes
1answer
109 views

Facebook login button doesn't appear in firefox?

The problem is that if you get in there http://d4403897.u95.gohsphere.com/login.aspx with google chrome the Facebook login button will apear , but if you get in with firefox it will dissapear !? ...
0
votes
0answers
72 views

Same Facebook Comment Feed for Website and Mobile Application

I have used facebook comment social plugin for my asp.net mvc website and i also have Android and iPhone application for that website Now i require to show same comment feed in my mobile ...
0
votes
0answers
181 views

ASP.NET MVC authorize user with Facebook - avoid Canvas

I'm using the ASP.NET MVC4 Facebook Template (ASP.NET Web Tools 2012.2 Update) to do my first steps with the Facebook API. The example shows how to use the Graph API to authorize my user and shows ...
3
votes
2answers
485 views

Facebook graph API wall post alternative

I've been using a class based on Hernan Amiune's library for the Facebook graph API to allow website user's to write to their friends walls from my code. With the recent February changes the Graph API ...
0
votes
0answers
113 views

Can Not Authenticate with AccessToken Facebook C#

I have been working for hours and have yet to be able to figure out authenticating with Facebook. I have been through tons of sample code and created a bunch and just can't get it working. I have been ...
0
votes
0answers
275 views

Redirect After Facebook Login C#

enter code hereI've been following the Facebook tutorial for C# and getting an access token and I've just about got it but I can't seem to understand the step in their tutorial about event handling ...
0
votes
1answer
199 views

facebook social plugin 'Like box' doesn't display posts from fans

I am using the Facebook Social plugin 'Like Box' (http://developers.facebook.com/docs/reference/plugins/like-box/) on a web application I am creating in asp.net. The plugin only displays the posts ...
0
votes
1answer
200 views

Facebook Login callback not called and popup won't close in IE10 on Win8

For my Facebook-Application the Facebook.login Dialog does not close after logging into facebook and granting the permissions. I tried a workaround with an interval and FB.getLoginStatus but this ...
0
votes
0answers
70 views

Facebook OpenGraph and Asp.Net application can't pass debug tool validation

We want to add open graph functionality to our facebook app. I've following the tutorial on facebook.com with simple cook recipe application. It is work ok when i use just simple .html page for open ...
0
votes
1answer
102 views

Facebook OpenGraph and Asp.Net application

We want to add open graph functionality to our facebook app. I've following the tutorial on facebook.com with simple cook recipe application. It is work ok when i use just simple .html page for open ...
0
votes
0answers
99 views

Many facebook comment show on asp.net Web site

I have to apply Facebook Comment plugin in my site. Ex: '<div id="fb-root"></div><script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if ...
0
votes
0answers
46 views

In W8 app, On click of Facebook like button is opening Internet Explorer

Currently I am implementing W8 application. I am having an MVC page which contains Facebook like button implementation. I am calling this MVC page from my W8 app. When I ran the app and clicked on ...
1
vote
1answer
165 views

Facebook Comment Social Plugin + Wall Post to Facebook

I have created Facebook application and using application id i have used Facebook comment social plugin on my asp.net mvc website Now problem is when i comment using comment plugin with checkbox ...

1 2 3 4 5 16