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.

Visual Basic .NET (VB.NET) is an object-oriented computer programming language that can be viewed as an evolution of Microsoft's Visual Basic 6 (VB6) but implemented on the Microsoft .NET Framework.

learn more… | top users | synonyms (2)

0
votes
0answers
22 views

“Task's exception(s) were not observed” Error when using the Facebook C# SDK

Using the Facebook C# SDK (http://facebooksdk.net/) and a WinForm application in vb.net I have Post Async requests like this: fbClient.BatchTaskAsync(New FacebookBatchParameter(method)) In the ...
0
votes
0answers
39 views

post to facebook comments plugin using visual basic or php or anything external

I want to be able to post comments on a few pages with the facebook plugin using an external program on the desktop without the browser, or maybe php, as long as its external Is that possible
0
votes
0answers
15 views

Error when logging to FB

I have the following code which I use to create a FB login link, Public Class fbLink Public Const NOT_AUTHORIZED = "Not Authorized" Public Const FACEBOOK_LOGIN_COMPLETE_URL = ...
0
votes
0answers
39 views

WCF WebGet method fires multiple times

I have a WCF WebGet method setup as follows: <OperationContract(), WebGet(UriTemplate:="/Authorise/")> Public Function AuthoriseSuccess() As ServiceResponse End Function On my local instance ...
0
votes
2answers
52 views

Show a single thumbnail when posting on facebook

A little background info is that my team and I developed a website for a Real Estate Agency and I've been assigned the task of setting the image of the currently selected property into facebook's ...
0
votes
1answer
35 views

ExpandoObject working differently in vb.net then in c#

after converting some code fron here https://github.com/facebook-csharp-sdk/facebook-winforms-sample the isnt acseptig code like parameters.client_id here is the section im haveing problems with ...
0
votes
2answers
63 views

Cannot manually enter an address on event through graph API

After changing our app to use the new Event Timezone migration, I can no longer display the events address. I used to pass in the venue object with the street, city, state, zip, and country.. then I ...
1
vote
0answers
44 views

how do i start auth in Facebook C# SDK when using vb.net

I have finally downloaded the Facebook C# SDK how do i run the auth in windows form or do I have to open their web browser .
0
votes
0answers
111 views

Facebook Authentication and Wall Post in Windows Phone using VB.NET

I am trying to build a Windows Phone app that, among other things, gets the user to post an update to their Facebook Wall page. Here is what I want to achieve: Authenticate via Facebook Post an ...
1
vote
0answers
79 views

Facebook C# SDK - error on hosted site, while reading fun page access token

I'm using Facebook C# SDK to interact with my funpage, I wrote an ASP NET vb page that posts photo on the fun page wall, it works fine on my local machine, but I receive this error when I try to ...
0
votes
0answers
30 views

fail to use FDK in vb.net

I use FDK facebookService and it works in C# windows project but I want to use it at vb.net but it won't work. It says An error occurred creating the form. See Exception.InnerException for ...
1
vote
3answers
117 views

MSSQL, List all messages but distinct sender

I want to list all messages of a user in a list. I was able to list all messages but I want a list of distinct sender. It similar to facebook messages view I have this layout for the messages table ...
0
votes
0answers
49 views

whats the simplest way to connect to facebook using vb.net

I want to enable users on my site to register using facebook regiter button and get the information like email , first name last name etc from facebook using vb.net
0
votes
0answers
54 views

Adding facebook like buttons to Ajax TabPanels

I'm adding one Facebook Like Button to each of several Ajax TabPanels, dynamically (VB.net). Each button has a different HREF URL, but only the Facebook Button on the first tab is rendered. The code ...
0
votes
1answer
63 views

Is it possible to make dynamic posts to Facebook's opengraph from the same page in an app?

I've been reading and working on making a Facebook app over the last little while. From what I see, I need a separate page for each different type of object I'm posting about. This is great for simple ...
0
votes
0answers
44 views

400 error - Failing to exchange code for token after login from facebook app using VB.net httpwebrequest

I'm following the Login for Server-side Apps document from Facebook Developers, and I'm rather stuck at Step 6. Exchange the code for an Access Token Unfortunately, I keep getting a 400 bad request ...
0
votes
0answers
63 views

Need docs for the new Facebook API - specifically the new function replacing Get

I have this code from a sample on someone's blog: fb = New FacebookClient(_accessToken) 'Get Facebook Details Dim result1 As Object = fb.[Get]("/me") 'get MY Details They are using Version ...
1
vote
1answer
391 views

VB.NET and Facebook Photo Upload — Getting 400 Bad Request

Holy wow I've tried everything from writing my own headers to converting C# examples and I still can't get past the 400 Bad Request error when uploading a photo. I have every possible permission ...
0
votes
0answers
301 views

Can login but can't post on wall

I'm trying to create a program that will post on my Facebook wall, my script tells me that I can login sucessfully, but I just can't get the script to post on my wall. I think its something to do with ...
0
votes
1answer
168 views

Login with facebook and retirve data

I'm using facebook api to login the user, it's working fine but i'm having some troubles to retrieve data and use on code behind. I've tried some solutions but nothing worked. Here the code so far ...
0
votes
0answers
202 views

How to parse JSON Response which returns HTML?

This is the JSON Response I am getting from facebook, and I want to get the data from "Content" tag, I declared my it as string, but when i am parsing it it remains NULL. VB.NET, Newtonsoft JSON. { ...
3
votes
1answer
729 views

Posting image from asp.net (VB.net) to facebook graph api ( error 400 Bad Request )

I am trying to post an image to facebook grap api using asp.net , I know that there is a great post about it here Posting image from .NET to Facebook wall using the Graph API since I need the code in ...
3
votes
1answer
553 views

How to add Facebook Like Button in desktop application?

I would like to know how to add Like button in VB.NET winforms application. I created index.html which include iframe to call Facebook Like Button Now I used WebBrowser Control to show Facebook Like ...
-2
votes
1answer
147 views

Keep right windows form

keep windows from take over right side of screen like facebook messenger, how do i make that so that my app stays on that side of the screen and puts all the other windows on the right side of the ...
0
votes
2answers
127 views

Need a Hyperlink control to do several things at once

On my site I have a DataList full of image thumbnails. The thumbnails are HyperLink controls that, when clicked, offer an enlarged view of the source image (stored in my database). My client wants a ...
0
votes
0answers
170 views

how to replace FB SessionKey in DLL file

I use facebokk.dll to post & connect via FB. In the last FB API updates the session Key had removed. Here the code Public Api As Facebook.Rest.Api Public connectSession As ...
0
votes
2answers
194 views

Return value of “count” property in JSON object

I have a json object from the facebook api "comments": { "count": 2 }, "updated_time": "2012-05-24T02:46:36+0000" The entire json object is a dynamic object. I can easily read the ...
0
votes
0answers
568 views

We are getting Facebook (400) Bad Request all of sudden

I have code that has been working for months (since the last FB changes) and all of a sudden I am getting (400) Bad Request errors. Is anyone else experiencing this or can suggest ways to fix it? I ...
1
vote
3answers
1k views

ASP.net (VB code behind) JSON parsing facebook Graph API response

net but wanted to try to do this code in ASP.net instead of my normal classic ASP. I have been trying to find code examples that would show me how to parse out the name & id in a returned JSON ...
0
votes
1answer
2k views

How to use facebook authentication with asp.net login control?

I have been digging on facebook authentication for a week. I came across so many things such as facebook_connect, Facebook C# SDK from CodePlex and other ways to connect with facebook which are ...
0
votes
1answer
302 views

Facebook Insights API to asp.net (not an App)

We are trying to help a customer of ours to get their company page FB Insights data out of FB and shown on an Admin website we have for the client. So instead of having to log into FB to see the ...
0
votes
1answer
369 views

Check whether facebook user likes my app

I've read several sources now but did not find a solution: I'm using Facebook C# SDK with ASP.net 4 and VB.net 2010. I have a Facebook Canvas application. I'm using Canvas Auth.Authorize and it works ...
0
votes
1answer
1k views

Uploading photos to Facebook album via Facebook C# SDK

I am trying to upload photos to facebook album with the aid of Facebook C# SDK ver. 5.4.1.0, but keep failing with the following error: "OAuthException) (#200) Application does not have the capability ...
0
votes
1answer
180 views

message id from GetResultData

I cannot seem to get or store the id of the post message I create. I am using this code to post a message: Try Dim fb = New FacebookClient(_accessToken) AddHandler fb.PostCompleted, ...
0
votes
0answers
265 views

VB.net Webbrowser Json

I am working on a program which requires that I find the ID of a Facebook profile dynamically. I have tried using a normal webbrowser component and then navigate it to graphs.facebook.com/THEPROFILE. ...
-4
votes
1answer
2k views

How can I send data i.e. create a post on my facebook wall from a vb.net desktop application [closed]

I have written a vb.net desktop application for pipe collectors and one of the requests that seems popular is to be able to post pipe details (text) and an image of the pipe onto the user's facebook ...
2
votes
1answer
499 views

Facebook JSON in VB.net

This is a string I am getting back from FB { "id": "5672*****", "name": "Mark C*****", "first_name": "Mark", "last_name": "Cooney", "link": "http://www.facebook.com/*****", ...
0
votes
1answer
1k views

Is the an simple examples of Facebook API with VB.Net [closed]

please bear in mind, I am doing this as a hobby I currently have created a page in VB.Net and brought that page into a FB app and now showing that in one of my pages on there. Currently it shows ...
0
votes
0answers
306 views

Using JSON with VB.NET ASP.NET 2.0 - Part 2

Ok, so thanks to some kind help from this site last night and yet more Googling this morning, I have managed to create a VB function which gives me this: ...
0
votes
2answers
300 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 ...
0
votes
1answer
288 views

facebook c# SDK vb.net issue

i have been trying to use this sdk with vb.net with dynamic, using the vb sample thats on the site and im getting an error "Public member 'id' on type 'JsonObject' not found." thats in the sample ...
1
vote
1answer
173 views

Sharing on face book from my application

How can I share something on Facebook, using my vb.net code. I donot want human intervention, I just want to supply my credentials to my application and it should automatically begin to share pictures ...
0
votes
1answer
251 views

Facebook integration error

I integrated face book registration and login functionality in my web site using facebook.dll and facebookweb.dll for asp .net I am using vb.net. When I tried to build or debug the site I got the ...
0
votes
1answer
654 views

Parsing JSON data into list of objects

I'm new at JSON and i am currently struggling with a problem parsing JSON data in a list of objects. The data that i am trying to parse is generated by the facebook graph api, and looks like this : ...
0
votes
1answer
646 views

Facebook Logout and Like

I am new to VB.net and making a facebook windows app. I am doing just few simple things like login, log out and like a page. I was able to login in FB by using help from ...
1
vote
1answer
1k views

Facebook batch requests

I'm attempting to build a VB.net application that will retrieve various users from facebook via their Graph API batch requests method. My problem seems to be in performing the actual request. When I ...
2
votes
3answers
1k views

Getting my FanPage wall feed without Application using .NET

I would like to show the latest updates from my fan page wall on my blog using .NET (C#/VB). After reading Facebook Graph API Docs I understand that I need access_token to make this call - The ...
0
votes
1answer
863 views

How to add a facebook like button to vb.net winform application?

I am presently working with winforms and I would like to add facebook like button to my winforms.So at present I have downloaded facebook developer toolkit and after that I am trying to add the like ...
0
votes
1answer
377 views

How do I publish to someone's news stream programmatically in FaceBook?

I have the publish_stream extended permission for a Facebook app, how do I publish to a user's news stream without prompting them with the dialog? I have the permission so I should be able to do it ...
0
votes
1answer
575 views

Trying to add an Image using FacebookMediaObject with Visual Basic on the Facebook ADS Api

I've been having a problem adding an AdGroup using the FacebookMediaObject in Visual Basic to create a new add using the Facebook ADS Api. I understand not many people have access to it, but I hope ...

1 2