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.
Silverlight is Microsoft's cross-browser, cross platform plug-in for media experiences and rich interactive applications.
0
votes
0answers
19 views
can we play shared video from own servers as embedded in facebook
I would like to have my shared video play as embedded in facebook (play inside the shared thumbail area in facebook), how can I do so? My video is not host in facebook, youtube, etc., but in somewhat ...
-1
votes
2answers
92 views
Flash or Silverlight or something else? [closed]
I'm looking to start learning a technology above or one like it. I hear that Flash is on its way out, while Silverlight is too OS dependent.
Where are people going with this, generally? I want to ...
-1
votes
1answer
163 views
Getting started with Instant Messaging on windows phone 8
here is my scenario.
I have this windows phone 8 app, that has a routing history that shows all the comments left by people who is currently using this document, now when i click on one of these ...
0
votes
1answer
256 views
Facebook c# SDK logout, Silverlight
I have a Silverlight app that will be used by users as a kiosk app. One user will come along, use the app, log-in to Facebook and do his thing, then the next user will come along and restart the ...
1
vote
0answers
127 views
Silverlight and Flash goes out of app frame
I have two apps on page tabs on my fan page, one is written in Silverlight and second one is made in Flash both has same problem when I scroll down they are going out of app place (frame or whatever).
...
0
votes
1answer
201 views
Get Facebook access_token with Silverlight 5
Hi I'm new with Facbook c#SDK.
has someone an example of a Facebook log in and get the access_token token.
I use Facebook SDK v6 and Silverligt 5.
-1
votes
1answer
794 views
Facebook C# SDK friend invitation
I have a problem with inviting friends to my application. I tried
with Stack Overflow question Application generated apprequests failing in Silverlight, but it works only when the user already has ...
0
votes
1answer
247 views
What does this announcement by Facebook mean?
http://developers.facebook.com/docs/reference/fbml/silverlight/
FBML has been deprecated. Starting June 1, 2012 FBML apps will no longer work as all FBML endpoints will be removed. If you are ...
0
votes
1answer
226 views
Facebook.GetTaskAsync giving [net_unknown_prefix] error
I'm using Facebook API v5.3 BETA, although have tried the following using v5.2.1 Stable. I am also using the Facebook.Extensions.Tasks library. Upon calling the FBClient.GetTaskAsync() function I get ...
0
votes
1answer
222 views
Silverlight WebClient class returning empty string
I am trying to make a basic 'Silverlight Class Library' in Silverlight 4 to return basic Facebook Information using Facebook's Graph API, but I am only getting empty strings being returned.
I am ...
0
votes
2answers
301 views
Facebook like button with silverlight
I have created a silverlight app that consits of like buttons within specific usercontrols (all in one asp page). Ie.
foodingtons.net/index.aspx?id=211
It is all incorporated within the silverlight ...
1
vote
1answer
472 views
Best Platform For Facebook Game [closed]
I realize the question seems very broad and subjective, but I'm mostly looking for suggestions on a platform choice so that I don't paint myself into a corner later on (I'm more familiar with ...
1
vote
0answers
258 views
Facebook C# SDK integration in Silverlight without Asp.Net
Heyho,
unfortunaly I don't own a Asp.Net host. Thats why I was searching for examples using the C# Facebook SDK without a Asp.Net implementation. One site showing it is the following: ...
3
votes
2answers
884 views
HTTP 500 error when user not logged into Facebook on a Windows Phone 7
I've set up my Silverlight WP7 app to use a WebBrowser Control to allow users to log into facebook and grant permissions for further actions. After the user has granted permissions, they are ...
1
vote
0answers
205 views
How do I log out of Facebook with the Silverlight In-Browser Sample?
I'm using the CS-SL4-InBrowser sample project that was provided with the Facebook C# SDK. This is a Silverlight in browser sample that uses OAuth
The Facebook login process uses ...
2
votes
1answer
327 views
Silverlight WebClient NOT recieving 400 Bad Request
I have a WebClient and I'm subscribing to the OnDownloadStringCompleted event handler. When the server responds with a header of 400 Bad Request, the OnDownloadStringCompleted Never gets triggered. I ...
9
votes
2answers
741 views
Facebook crossdomain.xml silverlight error
I have a problem with crossdomain.xml that is located on Facebook photo servers. The first problem arises when Silverlight asks for clientaccesspolicy.xml – Facebook servers return 403 – Access Denied ...
-6
votes
3answers
165 views
How can i get picture by having the URL? [closed]
I need to find the way to show image on my application form by having only the URL of the image.
How can i do it ?
The application is silverlight application and the URL can be an image from ...
0
votes
1answer
799 views
How to get newsfeed from facebook using c# SDK
I have the following method to retrieve feeds from my profile. The main problem is, I am not sure how to extract the feeds from the variable i got.
private void RetrieveMyFeedsFromFacebook()
...
2
votes
2answers
401 views
.NET facebook sdk silverlight
im trying to develop a silverlight application that uses facebook sdk, after some research i found an example here (source code and samples).
i studied the CSSilverlightInBrowser project and i ...
6
votes
3answers
2k views
Logging out of Facebook C# SDK on WP7
I am trying to add a feature for logging out, which is called in the click event of a ApplicationBarMenuItem, following the instructions on this blog
This is what my code looks like:
var oauth = ...
0
votes
2answers
735 views
How To get to 'me' Json in Facebook c# SDK with WP7 and silverlight
im new at the Facebook C# SDK and im trying to do somthing for windows phone 7 but helf of the function are restricted to silverlight cuz 'Silverlight should only have async calls', im really trying ...
0
votes
1answer
702 views
Facebook Chat client in c# Windows Phone 7
How do I create a client for the facebook chat for windows 7? I know that you have to use a Jabber / XMPP, but sockets are not compatible with wp7, how can I do? Thanks
0
votes
2answers
1k views
Facebook Album Picture using Facebook C# SDK
I'm tring to get an album picture from facebook using the facebook C# SDK within Silverlight app with the following code:
FacebookClient client = new FacebookClient(this.Profile.AccessToken);
...
0
votes
1answer
167 views
Silverlight textbox with custom controls before text
How to implement textbox similar to facebook textbox in privacy settings where you can add to textbox custom controls:
One of the way that i came to is to create wrappanel where last item will be ...
0
votes
2answers
446 views
How to post to user's wall on Facebook from a Silverlight app running inside Facebook in an iFrame?
I have a Facebook app set up where the app is running in an iFrame. That iFrame just contains an index.html which wraps a Silverlight app.
It all runs great, but I now would like to be able to post ...
8
votes
3answers
4k views
How to get started with the Facebook C# SDK for WP7?
I've been reading alot (and searching alot) but can not find a decent resource for getting started with Facebook C# SDK for WP7. I'm NOT looking for a handout of code but rather a starting point to ...
1
vote
2answers
1k views
Send status to facebook from windows phone 7 silverlight application. What do I need?
How do I perform this?
Im making a funny little notepad application where you should be able to send your notes to your facebook account, as a status.
My question more dircetly is: Where do I find ...
0
votes
2answers
709 views
Facebook C# SDK Silverlight Sample App doesnt work
Hallo,
I am new to silverlight development and I would like to run a sample from facebooksdk.codeplex.com called CSSilverightinBrowser. It works (It gets an authorization and it logs me into the ...
2
votes
3answers
1k views
Facebook Photo Upload in C#?
I am trying to upload an photo to Facebook from a Windows Phone Silverlight application using the Facebook Graph API but I am getting an error: (#324) Requires upload file. Can anyone see anything ...
0
votes
1answer
734 views
Getting the credits balance from Facebook with the Facebook C# SDK in a Silverlight in browser app
I have been able to get my Silverlight App connected to Facebook and get authenticated.
I am trying to pull the users credits balance into my Silverlight app the documentation at ...
2
votes
2answers
381 views
Requests Dialog in Silverlight
I'm making a simple application with Silverlight to run on Facebook.
I already understand that to invite friends to the appliation I have to call a fb:request-form, or use the Simpler Requests.
How ...
1
vote
1answer
495 views
how to invite a friend to the application
Hi
I'm trying to develop a simple application in Silverlight to the facebook, I'm using the facebook C# SDK to be able to establish the connection.
I wonder if there is any instruction FQL to invite ...
0
votes
1answer
439 views
Facebook Silverlight application invalid method (HTTP verb)
Hi
I made a simple application in Silverlight to facebbok with the facebook C# SDK, and it runs fine in a localhost. I have published on a server and know start the problems. When I try to run the ...
0
votes
2answers
499 views
Calling FQL Method to query facebook
I'm using the Facebook C# SDK V4.2.1 to creat a simple application in silverlight 4, i wanto to get the profile picture. for what i know is that the best way is to cal the FQL method, but i'm new to ...
1
vote
2answers
521 views
Silverlight OOB (Out of Browser) Using Facebook Graph API
I'm building an out of browser Silverlight app and trying to use the Facebook Graph API, but I'm having trouble getting through the authentication round trip.
I've gone through their Desktop ...
4
votes
2answers
380 views
Getting started with silverlight/facebook development
Is there any very simple sample applications to get started with facebook dev?
I just want to know how I would connect to facebook through silverlight, get the authentication stuff out of the way and ...
0
votes
1answer
158 views
Facebook SDK and Silverlight
I have started Silverlight based application using official Facebook sdk.
Having few issues right now:
I cannot change Profile image , do not know if it is possible from silverlight client or ...
1
vote
1answer
224 views
Silverlight Facebook client
As my final project I wanted to do client for Facebook and twitter using the API's available. But there is not much tutorial or guidance available for me to start this project. And the other idea was ...
0
votes
2answers
69 views
Two different versions of Silverlight Control
I have a really strange issue in my project.
I have a facebook app which loads a silverlight control in an iframe.
Right now the app is pointing to my localhost.
Now the strange thing is if I open ...
0
votes
2answers
2k views
Upload photo to Facebook from Silverlight
I have recently starting porting a small app of mine to Facebook as a learning experience. I'm quite familiar with Silverlight and .NET in general but haven't done anything on facebook yet. Since all ...
0
votes
1answer
224 views
How to navigate to different Silverlight Control in Facebook Canvas ASP.NET MVC Application
In my Facebook Canvas application i have the following problem:
The Facebook application is running in an iframe inside Facebook.
Basically it is an ASP.NET MVC application with two different ...
2
votes
1answer
268 views
Unit Testing the Server Interface for a Silverlight-Facebook Application
I have a Silverlight 4 client running on a Facebook page hosted on Google App Engine. It's using gminifb to communicate with the Facebook API. The Silverlight client uses POST calls to the URIs for ...
0
votes
1answer
593 views
Silverlight - Access Facebook Api on Client Side or through Server Side Wrapper?
I am wondering how to access facebook api best using Silverlight.
Right now i am developing a silverlight(+ria services) app for facebook.
I see 2 possibilities:
1) Access facebook api using the ...
0
votes
1answer
716 views
Facebook Card Game? Which architecture?
I am developing a Facebook Card Game for my thesis and i am wondering which architecture fits best?
I am going to develop the game using Silverlight + ASP.NET.
On the one side the game should ...
4
votes
2answers
909 views
Facebook Game Development - .NET - Which architecture?
I am starting to develop a facebook game using ASP.NET + Silverlight
Which architecture would you use? ASP.NET MVC or MVVM or RIA Services?
ALso what do you think about using XNA with Silversprite?
...
4
votes
1answer
131 views
LIVEMESSAGING Using “ FaceBook API ” in Silverlight Application
I'm using a Silverlight Application and want to use LIVEMESSAGE class for Instant Messaging through FaceBook API. Can any body tell me how to use this LIVEMESSAGE for Messaging by using an Example?
...
0
votes
1answer
117 views
Silverlight + Facebook DTK API -> SecurityException ONLY on Mac and Firefox
I have a SilverLight application which throws a security exception when running on FireFox for Macs. The exact same application works fine on Windows (Internet Explorer, FireFox, Chrome, Opera) and on ...
1
vote
1answer
1k views
facebook chat in silverlight
I have a silverlight application and i want is that my application should ask for the user name and password and the client should be able to start chat with their facebook friends.Could this be done? ...
4
votes
2answers
1k views
Recommended architecture for a .NET Facebook Game
What is a good architecture for implementing a real-time, multi-player Silverlight-based game that is intended to integrate and run from Facebook?
The idea is to build a Silverlight-based game that ...