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.
The .NET framework is a software framework designed mainly for the Microsoft Windows operating system. It includes an implementation of the Base Class Library, Common Language Runtime (commonly referred to as CLI) and Dynamic Language Runtime. It supports many programming languages, including C#, ...
1
vote
1answer
12 views
Can I tag other users when posting an image? Or was this removed?
I have a mobile app that uses the request with "me/photos" to post an attachment of my own Facebook page. This works great. Now I would like to include a friend's ID to tag with.
I have the ID. Can I ...
0
votes
0answers
34 views
How can I call my .ashx handler to retrieve my Facebook token?
I am new to Web handlers. Here is the handler taken basically from the tutorial www.facebooksdk.net.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace ...
0
votes
0answers
78 views
Facebook API Authentication on Desktop application without the official SDK
I want my C# desktop application to share content via Facebook. I cannot use the official .NET SDK, since that's not supported on .NET 2.0.
Specifically, I want to know how to do the login process. I ...
0
votes
1answer
101 views
feed, home, post not giving actual wall posts in Facebook C# SDK
I am trying to retrieve Facebook wall posts of a user using Facebook C# SDK.
I am using feed connection, but what it gives me the entries which are shown in "Activity Log" section in my Facebook ...
1
vote
1answer
360 views
Facebook integration with C# desktop application
im just going to dive straight in and give you a little background on what im trying to do, what i've tried, and the obstacles in my way. so here goes..
MY GOAL
To post to a facebook profile or wall ...
0
votes
0answers
13 views
-1
votes
1answer
262 views
facebook login button custom style [closed]
I would like to define facebook login button style by self . Is it able? if it is able ,please give me suggestion .thank you .
Login with Facebook
...
1
vote
1answer
40 views
How do I restrict the values of a parameter for this HTML helper method?
I made a html helper for the facebook like button.
public static MvcHtmlString FacebookLike(this HtmlHelper helper, bool send, bool showFaces, string layout, string href = null, int width = 450)
{
...
1
vote
1answer
138 views
Facebook SDK for Windows Phone: InvalidCastException when calling FacebookSessionClient.LoginAsync(permissions);
I'm using the Facebook SDK for Windows Phone.
I have created a Facebook app, enabled the option "Website with Facebook Login" and have assigned the appID in the code.
When I execute the code the ...
-1
votes
3answers
115 views
Integrating facebook with c# desktop application
I am trying to make a desktop social manager that allows users to log in to facebook and then retrieve or post messages through the application.
However whenever i go into the facebook developers ...
1
vote
1answer
72 views
How to prevent the Facebook Application to ask any permission?
I have a facebook App and it works.
But when users go to the app page it try to do access users base information. It asks
permission(just first time). Be able to see anyone without any question.
I ...
0
votes
2answers
62 views
Using Spring.net.Social only
Our app uses Prism/MEF and now we need to tie into twitter/facebook/linkedin/google+ etc.
The Spring.Net social library seems to wrap a few of those so question is -
Is it possible to use only ...
0
votes
0answers
222 views
JQuery UI popup + social sharing inside (facebook, twitter, gmail) How to do?
I would like some advices about my current development.
I have
page1.aspx : a listing of elements in a first page
page2.aspx : a detailed page opened inside a JQuery UI popup
(I pass the ID and ...
1
vote
0answers
179 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 ...
0
votes
1answer
30 views
Set birthday for test users
Is it possible to change the birthday of the test users with SDK or API?
As I see here, the birthday cannot be modified:
http://developers.facebook.com/docs/reference/api/publishing/
Is this true for ...
0
votes
1answer
261 views
After Facebook login in ASP.net or C# i want to call to C# function
I'm developing an ASP.Net web. The page has a facebook login-button and i want when the user clicks on the button and gets logged in, call a C# function to show some elements of my page.
I had ...
0
votes
1answer
149 views
Open Graph Read Action doesn´t show on Activity Log
We did an implementation of a read action. Here what is happening:
When we do the POST from our application, it worked well, no errors, and return the ID.
With this ID, I can see the json data about ...
-1
votes
2answers
137 views
Post on user facebook page using API [closed]
Background:
I am developing a jQuery mobile app with .NET and there are some social media links under it as Facebook, etc...
Now when I click on the Facebook link as a user to the jQuery mobile app. ...
1
vote
0answers
117 views
Adding Facebook Permissions in OpenAuth.RequestAuthentication
I am using Asp.Net 4.5 in Visual Studio to implement Facebook Login for my website. Specially, I'm using the Microsoft.AspNet.Membership.OpenAuth and related classes in the .Net framework.
I can ...
0
votes
1answer
133 views
approve comments before posting to facebook
I have a website which I am using the comments plugin for.
When someone leaves a comments on my site, this posts the comments on the person facebook timeline as well
What I want to do is actually ...
-1
votes
1answer
111 views
Facebook like-box not refreshing page on like
In my application i use for Facebook like-box plugin:
<div class="likedialog" title="Like">
<div>
<fb:like-box href="@ViewBag.PageLink" width="370" height="72" ...
1
vote
1answer
169 views
How can I fetch my friend's Facebook friend list using his/her Facebook id in C#?
Is it possible to fetch my friend's friend list using his Facebook id? I am able to fetch my own friend list in a grid but now I want to fetch their friend list on the basis of their Facebook user ...
0
votes
3answers
63 views
Trying to construct a regex to match tagged usernames
I'm trying to build a regex (in C#) that matches tagged facebook usernames (@username1 @user.name, @user_name, etc). I think facebook usernames can have alphanumeric, dash, period, and underscore ...
0
votes
0answers
125 views
Can I publish a C# app on facebook? [closed]
I want to know if its possible to publish an app c# mvc3 on a tab of the page (iframe) on facebook.
0
votes
0answers
78 views
Post to Facebook Page as FB application without user
i want to post link(url) to facebook page as application, which runs as service and will publish new articles to fb wall. I authorized application with scope "stream_publish, manage_pages".
But if i ...
1
vote
2answers
156 views
Message with new line character is displayed as html code
I am using following code to post multiline message on facebook wall/page. but it is appear as shown in image (the text are different here). here is my code.
string path = "/me/feed";
string token ...
1
vote
0answers
185 views
Login error in desktop application using Facebook Developer Toolkit
I'am developing .NET desktop application using Facebook Developer Toolkit from http://facebooktoolkit.codeplex.com/releases/view/39727. Everything worked fine until end of previous month. Login to ...
3
votes
2answers
585 views
FB Logout with C# sdk
I'm logged in to my app using my FB credentials. In the end I do a logout and remove my session variables. I'm logged out from application, but the FB session remains open although I do a post to the ...
0
votes
1answer
181 views
Fql facebook api queries
var webRequest = (HttpWebRequest)HttpWebRequest.Create("https://graph.facebook.com/");
webRequest.Method = "POST";
webRequest.ContentType = ...
0
votes
1answer
74 views
Facebook friends with LINQ
I am building a linq-to-sql web application and I've encountered a problem.
I am trying to use the user's friends list fetched in real time from facebook, and then joining them against SQL tables.
...
0
votes
2answers
236 views
Facebook Friend Retrieval
Getting back onto facebook c# sdk and always find some changes here and there.
GOt about accessing an access token properly and now i want to count number of friends for user.
Here is my existing ...
0
votes
0answers
162 views
Send private message with Facebook API, still forbidden?
I've been told there have been changes in Graph API and now you can send private messages to friends via Graph API...
I've been searching and all I found points to: NO, you still can't send private ...
0
votes
1answer
120 views
Facebook Connect takes 30+ seconds to get an access_token
I'm trying to setup Facebook Connect authentication, but it takes upwards of 30 or more seconds to pull back an access token. When I browse to the generated URL through my web browser, it comes back ...
0
votes
2answers
88 views
Revoke facebook permission using facebook c# SDK
Is it possible to revoke the user permission using the code behind?
1
vote
2answers
150 views
Storing Facebook likes locally - Fetching number of likes performance issue
I am building an app using ASP.NET 4.0.
I have a table called entries. Entries can be liked via Facebook. I want to implement the ability to sort via likes so I am taking the approach of storing the ...
0
votes
1answer
371 views
How to dynamically assign different facebook og tags in C#?
I have three different like buttons on three different pages in my site. Is there a way to dynamically create and assign these og tags based on what page the button is on?
Here is the code I am ...
0
votes
1answer
54 views
How to get a handle of the page url / path in .NET for Facebook?
I have to put Facebook code for three distinct pages inside my program (videoWall.aspx, videoWallDetail.aspx, and get-involved.aspx). In the head I will put the code and change it as I need to using ...
0
votes
0answers
145 views
Facebook Like button doesn't work in GeckoFX browser
I wanted to implement the Facebook Like button into my C# application using the Web Browser control but i encountred a problem with Internet Explorer (After clicking on like button, the facebook login ...
0
votes
1answer
131 views
Unable to use WebBrowser Control inside a form that is Loaded from background Worker?
I have a windows form application with Two forms, Login and Account
In the Login form, i have backgroundWorker1
private void backgroundWorker1_DoWork(object sender, DoWorkEventArgs e)
{
// doing ...
0
votes
1answer
73 views
Facebook API hide/show page app
My web site allow to users manage apps on their pages. I already implemented request to change tab name :
Uri url = new Uri(string.Format("https://graph.facebook.com/{1}", pageId,tabId));
...
-2
votes
1answer
168 views
Check if website is liked on FB or FB Like Button in VB. NET App
-Hey everyone , id like to make an app that can check if the person already liked my website on facebook or google + as alternative if fb is too complicated .
-The other thing is to make a button ...
0
votes
2answers
1k views
Parsing Json facebook c#
I am trying for many hours to parse a JsonArray, I have got by graph.facebook, so that i can extra values. The values I want to extract are message and ID.
Getting the JasonArry is no Problem and ...
0
votes
2answers
149 views
Multiple OAUTH providers in .NET app how to handle identical querystring?
I am creating a .NET app and on one of my screens I have different services to hook up to using OAUTH.
An example of two are Facebook and Instagram. I allow the user to authorize my app access to ...
1
vote
2answers
343 views
Read facebook message box
I am using Facebook.dll i.s FacebookClient , Mainly I want to read Facebook user mail box I have auth token saved in db.
Select messages (all) from mail box where I can mention start date and end ...
0
votes
1answer
145 views
Facebook Development asp.net
I have a problem that I need to send a message to some of my friends on facebook and it is wasting time to send message individually to each one
also I want to be able to send a post that including ...
-2
votes
1answer
122 views
Windows service with facebook graph api [closed]
i want to get all my application users facebook feeds(videos,photos,statues...)
so i want to generate access token for user then always use this access token to take user's all feeds.
i want to use ...
2
votes
2answers
253 views
Does it make sense to implement Facebook auth as an ASP.NET Forms auth custom membership provider?
I'm currently developing a web application that will use Facebook as a authentication service. Does it make sense to implement it as an ASP.NET Forms Authentication custom membership provider? While I ...
0
votes
2answers
369 views
Windows Service Facebook C# SDK Architecture
We have what we believe should not be an uncommon scenario but cannot find any guidance.
We have one account which has multiple pages one for each of our brands. We need a Windows Service which runs ...
-1
votes
2answers
865 views
How to Logout of Facebook from Asp.net?
I am using the below code to Login to Facebook using my Asp.net application.
I am able to login perfectly...But how can i Logout from FB ?
<input type="button" id="fblogin" value="Login to ...
1
vote
1answer
169 views
Posting Link to Facebook, appears as TEXT in Facebook wall. Why?
I am able to post the message to FB wall. but when there is a link in the message.
It appears only as whole text and not as a link.
I first tried with normal anchor tags and facebook meta tags. It is ...


