Social Networking :: How To Post To FaceBook Fan Page
May 7, 2015I want to make a post in Facebook FanPage as page Admin.
View 1 RepliesI want to make a post in Facebook FanPage as page Admin.
View 1 Replieshow to post on facebook page using asp.net web forms.
View 1 Repliescode to integerate twitter and facebook in my application,
View 1 RepliesHow do i post image on facebook wall from asp.net
View 1 Repliesi want to post an image or photo into users facebook wall without using Fileupload control.i have retrieved an Image from my database in .bmp format and i want to post that bmp image into facebook wall. i don't want to use Fileupload controls.
View 1 Repliesi have find the way how can i find user id now the question is
with the use of user id how can i post on facebook wall when the user is not login
what info i need to store in database ?
I try To integrate Fb And Twitter Integration in My Site But At A Time 1 Integration Work Both Integration Is Not Work...
View 1 RepliesI am trying to post a image on multiple users ids wall. I have tried your code it is successfully posting the image on my wall.
I was given different user ids, My requirement is to post the same image on their wall individually is it possible?
how to post feed OUR wall. now, my friend wall, using their ID.tried with
FaceBookConnect.Post(ViewState["Code"].ToString(), "/<friend ID>/feed", data);
--> failed :-(
FaceBookConnect.Post(ViewState["Code"].ToString(), "/<friend ID>/notes", data);
--> also failed
also tried with : "/<friend ID>/notes" which also failed.
Post Publish and Share content on user’s FaceBook Wall or Timeline using Graph does not work on the mobile version.
Redirects to a page with an error, the desktop version works on mobile no, is how to fix it
I am using the code to post on facebook wall from below url.
[URL]...
This works fine only if the developer from which the app is created. But its not working for any other logins.
I see that only name,group,email address we can access at facebook send button. How can i send to my facebook page wall (where i am admin) by clicking facebook send button. It's by default don't show it.
View 1 RepliesI have website with facebook like box for facebook page (eg, abc) . Now if any new post in their at website it will automatically post at wall or not.
View 1 RepliesHow user post comment on my website using gmail ,fb,yahoo ,hotmail account ...
how to apply this.. [URL] ....
i followed this tut of yours
[URL] and succesesfull ..
the little problem is the favicon icon of my site not showing instead it is showing facebook icon .. how can i remove this
is it taking from the dll that u provided in above link
I am following your code. In "FaceBookConnect.Authorize", if a user is logged in in Facebook, it prompts for authentication. But if the user is not logged in, it redirects to facebook home page. I would like to create a pop up instead. Is it possible to do so?
View 1 RepliesI need to develop a login where user can login from his facebook account. When user login first time, an auth dialog should open from facebook asking to user for access permission and than it should move to one of my page where I can retrieve user email address and first name & last name through his facebook access token. How to achieve this?
View 1 Replieshow to display latest recent posts in my facebook page to my website.
View 1 Repliesi have made a gridview which contains three fields, two textboxes and one combo box. ComboBox fetchs data from table(SQL) and when a combox box triggers, data related to combo must be added in two boxes. i did this throw another button, but i want this to be trigger directly when it clicks..
View 1 RepliesI would like to know how to get the Facebook user language.
View 1 RepliesI have seen your codes to integrate facebook in our application but in none of the code you have written how to logout once authenticated in facebook. I am asking this bcoz facebook session has been started so need to provide user with logout button.
View 1 Repliesi want to get pages name which is created in facebook
so, i can post message in particular page.
Suppose , if i want to post some business related post than i select that page and post message on the selected page
I have tested the solution in the tutorial for getting users information from Login with Facebook (AspSnippet dll). My answer: is it possible to get also First name, Last Name?
View 1 Repliescan i show facebook send dialog at send button click. mainly i want to send some group,page on one send click. so which will be suitable way.
View 1 RepliesI am following your code for integrating facebook authentication.
It really works fine, but as per your post at [URL] ....
We cant use dll to logout from facebook. Is there any way around or do we need to use use facebook sdk for just logging out?