Click here to Skip to main content
15,889,462 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Advice on moving towards .NET 4.0+ Pin
Danpeking10-Nov-14 4:40
Danpeking10-Nov-14 4:40 
AnswerRe: Advice on moving towards .NET 4.0+ Pin
jkirkerx10-Nov-14 9:42
professionaljkirkerx10-Nov-14 9:42 
GeneralRe: Advice on moving towards .NET 4.0+ Pin
Danpeking14-Nov-14 5:45
Danpeking14-Nov-14 5:45 
QuestionURL Re-writting in MVC4 Pin
Binod Kumar Mahto9-Nov-14 20:16
Binod Kumar Mahto9-Nov-14 20:16 
AnswerRe: URL Re-writting in MVC4 Pin
Matt U.11-Nov-14 7:51
Matt U.11-Nov-14 7:51 
Questionasp.net mvc and news Pin
Member 105297329-Nov-14 7:40
Member 105297329-Nov-14 7:40 
AnswerRe: asp.net mvc and news Pin
Anurag Gandhi13-Nov-14 17:00
professionalAnurag Gandhi13-Nov-14 17:00 
QuestionAsp.net (Vb.net ) post to Facebook page (not user status ) Pin
ccrccrdk9-Nov-14 6:40
ccrccrdk9-Nov-14 6:40 
Hi
I have now spend the weekend trying to figure out how to post a status update to a facebook page (not user ) with out any luck (Yes my wife is angry Wink | ;-) .

Looks like on the net there is no working example.
What I got so far is
C#
Dim fb = New FacebookClient()
fb.AppSecret = app_secret
fb.AppId = app_id
Dim result = fb.[Get]("oauth/access_token", New With {Key .client_id = app_id, Key .client_secret = app_secret, Key .grant_type = scope, Key .redirect_uri = Url})
fb.AccessToken = result.access_token
fb.Post("/me/feed", New With {Key .message = "My first post"})


But still no luck , anybody how can point me in the right direction , and please also include info how to get the access token.

Ps. Im using the facebook-csharp-sdk

Thanks alot
QuestionTo display data of multiple tables Pin
Member 111616259-Nov-14 4:08
Member 111616259-Nov-14 4:08 
AnswerRe: To display data of multiple tables Pin
Kornfeld Eliyahu Peter10-Nov-14 0:20
professionalKornfeld Eliyahu Peter10-Nov-14 0:20 
AnswerRe: To display data of multiple tables Pin
Shweta N Mishra11-Nov-14 22:39
professionalShweta N Mishra11-Nov-14 22:39 
AnswerRe: To display data of multiple tables Pin
Dusara Maulik12-Nov-14 2:52
Dusara Maulik12-Nov-14 2:52 
QuestionTo display column in descending order in asp.net gridview. Pin
Member 111616259-Nov-14 3:59
Member 111616259-Nov-14 3:59 
AnswerRe: To display column in descending order in asp.net gridview. Pin
Kornfeld Eliyahu Peter10-Nov-14 0:17
professionalKornfeld Eliyahu Peter10-Nov-14 0:17 
QuestionRegarding IsPostBack in asp.net. Pin
Member 111616257-Nov-14 22:33
Member 111616257-Nov-14 22:33 
AnswerRe: Regarding IsPostBack in asp.net. Pin
Peter Leow7-Nov-14 23:10
professionalPeter Leow7-Nov-14 23:10 
AnswerRe: Regarding IsPostBack in asp.net. Pin
jkirkerx8-Nov-14 13:15
professionaljkirkerx8-Nov-14 13:15 
Questionhi every body after long tome i am using Asp.NEt 2010 but when i define class on page then it give error------ Pin
Piyush Vardhan Singh7-Nov-14 19:30
Piyush Vardhan Singh7-Nov-14 19:30 
QuestionTo display column in descending order in asp.net gridview. Pin
Member 111616257-Nov-14 17:39
Member 111616257-Nov-14 17:39 
AnswerRe: To display column in descending order in asp.net gridview. Pin
Dusara Maulik12-Nov-14 3:00
Dusara Maulik12-Nov-14 3:00 
QuestionError when upgrading project .net Framework from 3.5 to 4.5 Pin
pmcm7-Nov-14 4:43
pmcm7-Nov-14 4:43 
AnswerRe: Error when upgrading project .net Framework from 3.5 to 4.5 Pin
jkirkerx7-Nov-14 7:18
professionaljkirkerx7-Nov-14 7:18 
QuestionHow to create Custom Project Template in ASP.Net Pin
meeram395-Nov-14 20:07
professionalmeeram395-Nov-14 20:07 
AnswerRe: How to create Custom Project Template in ASP.Net Pin
Richard MacCutchan5-Nov-14 22:32
mveRichard MacCutchan5-Nov-14 22:32 
Questionsend data between ASP.NET Pages Pin
Member 111107675-Nov-14 20:00
Member 111107675-Nov-14 20:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.