0
votes
0answers
11 views

Is it possible to configure one Facebook app to be used across multiple sub domains?

Can I use multiple sub_domains by specifying single app_domain? And how to deal with the term of login with facebook when I am using multiple sub_domain?
-1
votes
1answer
11 views

Is it possible to configure one Facebook app to be used across multiple domains? [duplicate]

Is it possible to configure one Facebook app to be used across multiple domains? how can i authenticate user with one APP_ID and Multiple Domain?
0
votes
1answer
88 views
+100

Facebook app working only for administrator. Why?

I have created a facebook app. From my website the users can log in using their facebook account. Once they log in successfully the facebook javascript API which i use will post the URL to the user's ...
1
vote
2answers
40 views

Why facebook says my Image url is invalid?

Link to facebook debugger. Facebook share was working fine before I changed myhosting provider. Fb share now selects invalid image from this page
0
votes
1answer
32 views

Facebook graph search invalid app token

I keep getting an invalid access token code 200 when searching the facebook graph with my valid app access token. I know there are some July breaking changes coming up, but I don't think this has to ...
0
votes
0answers
30 views

Uploaded Photo showing wrong caption (ASP.Net, c#)

We have a photo application that allows users to post photos from a specific venue. We set up a differnet appid (and url) for each venue. WHen we post the photo, it posts correctly, but when we view ...
1
vote
1answer
54 views

Facebook integration “error occurred try again later”?

I'm trying to connect my app with facebook. I created app on facebook and this is my code: private void CheckAuthorization() { string app_id = "appID"; string ...
0
votes
0answers
153 views

Facebook login in ASP.Net and persist user

I am allowing users to use facebook to login to my website and whenever user visits next time and use facebook as a login method, I should be able to identify that user as an existing. For your kind ...
0
votes
1answer
48 views

how to feed pictures and videos from my wall using facebook api

I am using facebook API https://graph.facebook.com/PAGE_ID/feed?access_token=ACCESS_TOKEN It is not fetching all contents from news feed like pictures, videos shared on my wall by my friends, ...
0
votes
0answers
21 views

how can be show app login and wall post permission together

Here is one doubt on facebook api i came across. When we create app in facebook developer and someone does login with facebook. It shows two popup dialog box first login for the app and second ...
1
vote
0answers
67 views

POST to Notifications API works fine with “user-id-1” but doesn't work with “user-id-2”

I am trying to server-side POST to Notifications API but I can't make it work consistently. As required in the Notifications API I am using the App Access Token to post to Facebook's Notifications ...
0
votes
2answers
395 views

How to do a post in facebook on my page fan wall with c# and asp.net

I tryed since 3 days how i create a post my fan page wall with c#, and i note 2 things : - Facebook provides not updated documentation with no complete and poor example (api changes often) - Facebook ...
3
votes
2answers
467 views

Facebook graph API wall post alternative

I've been using a class based on Hernan Amiune's library for the Facebook graph API to allow website user's to write to their friends walls from my code. With the recent February changes the Graph API ...
0
votes
0answers
112 views

Facebook Graph API -> c# object connections mapping

I`m trying to map Facebook User object to c# class. Without connection fields, everything is ok: var result = fb.get<User>("me"); But when I try to add connection field to my User class, code ...
1
vote
0answers
185 views

get public posts of any user from facebook in asp.net + c#

Is it possible to retrieve posts of a user from asp.net + c# ? I have tried https://graph.facebook.com/search?q=ABC&type=post but it returns different results than expected. I also tried through ...
0
votes
0answers
166 views

send requests on facebook via a multi-friend selector

I am using the following way to open a multi-friend selector <script type="text/javascript"> FB.init({ appId: '12233456734', frictionlessRequests: true }); ...
0
votes
1answer
116 views

How do I get email ids of friends the user sent requests to?

I am using facebook on my website to send requests. (like a multi friend selector) I am using the a basic method in fb documentation as ...
1
vote
1answer
910 views

Facebook C# SDK get user accessToken

I having problems with getting the accessToken from the results of my login to facebook. In the Page_load, my url doesn't get parsed correctly. GenerateLoginUrl method is working without errors and i ...
0
votes
0answers
48 views

Facebook Basic Info Without Go to App

I've a website where there is a link Log in using facebook. When the user clicks on it, I want to get the users facebook basic info (Consider user already has an account). See the js code: <script ...
0
votes
0answers
28 views

Get facebook contacts on my application [duplicate]

Possible Duplicate: fetch email of a friend in facebook app I want to get facebook email addresses into my application. I have asp.net code and I am able to fetch my friends userid, name, ...
0
votes
0answers
81 views

Access photos uploaded from mobile facebook graph api

I cannot access photos uploaded from facebook mobile application, i have "user_photos" permission, when i call album api it gets me the Mobile upload album but when i try to access photos of this ...
0
votes
1answer
122 views

post comment for an url programmatically in facebook

Is there a way to post a comment for a given url programmatically in facebook?
0
votes
0answers
129 views

Saving Facebook accessToken to Server Session result in Infinite loop

I am having problem with redirect loop when trying to save facebook accessToken in session on the server. I've read various answered but all of them are patchy. I am using Facebook Javascript SDK. ...
0
votes
0answers
60 views

csharpdsk for posting data on facebook wall

I am using csharpsdk.org in my ASP.NET C# web application. My goal is to create a button with the text 'post to wall', and when the user clicks it, I will post a specific data that is related to the ...
3
votes
0answers
33 views

How can I hide an event created with Graph API from timeline

I'm creating many events for a page using the graph api, up to a couple hundred at a time. However, each event creates a post on the timeline which I'd rather not have happen. Is there a way when ...
1
vote
1answer
132 views

Cross domain[??] Facebook LogIn session

I am building a web application consisting of 1. Enterprise WebSite 2. iPhone app When a new user is registered I want to import his Facebook avatar, following is the use-case: I. User logs in to ...
0
votes
0answers
155 views

ASP.NET Web Service for Facebook signup and Import From Facebook

I have been trying to create a web service in asp.net that allows a user to signup with facebook. And a second web service that allows the user to import the selected profile details of his Facebook ...
0
votes
1answer
86 views

How to post addvertisement of facebook [closed]

I am creating a website in asp.net and try to provide a facility to admin to post advertisement on facebook.When Admin add a product in website , that product will become advertisement on facebook and ...
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 ...
1
vote
1answer
75 views

How does facebook identify the user who is making the requests in the oAuth flow

I have something I want to understand regarding the oAuth flow in facebook. I have a facebook application. When I reach my application site directly (not through facebook) i.e enter my application ...
0
votes
1answer
219 views

How does Woobox create facebook apps automatically?

It is said you cannot create apps automatically with the current facebook API. Create and Configure Facebook Apps via API How to programatically create a Facebook application via JS SDK or Open ...
4
votes
1answer
247 views

Code was invalid or expired. The session was invalidated explicitly using an API call

There is ASP.NET 4.0 application which uses Facebook API. It Worked normally until last week. When I try to get access token for my application public static string ...
0
votes
1answer
316 views

How to upload image on facebook using graph api?

I want to upload an image on user profile. I have an image in Bitmap form. I am using this code... Bitmap bit = new Bitmap("E:\\abc.jpg"); MemoryStream ms = new MemoryStream(); ...
0
votes
1answer
87 views

Facebook Post Hyperlink Appears Plain Text

I have the following code snippet to post on facebook wall. But when I post hyperlink, appears plain text. public static bool WriteOnFace(string message, string accessToken) { string ...
-8
votes
1answer
67 views

Facebook developers apI [closed]

What is the code to Post a http link on facebook stream by Facebook Graph API.Which URL is required for this.
0
votes
2answers
88 views

How To Create Facebook Application programmaticaly?

I want to create a facebook app from within my code. When done manually, I have to go to developers.facebook.com, go to the apps section and click on "create a new app". This will create a new app ...
0
votes
0answers
226 views

ASP.net Facebook ServerSide doesn't ACTUALLY Redirect

Idea : I'm trying to simulate PHP invoking Javascript using ASP.net $Dialog='https://www.facebook.com/dialog/oauth?client_id='.$Key.'&redirect_uri='.urlencode($Done); ...
0
votes
1answer
161 views

Photos uploaded via C# SDK has no “Like” button

I am building an application where users will upload photos which will be stored in an album on their Facebook account. Currently, I am using the C# SDK to achieve this, and I managed to get the photo ...
1
vote
2answers
169 views

Why this api shows error message “Unknown fields: gender”?

I am using a graph api for facebook app. I am using this api https://graph.facebook.com/<friendlist_id>/members?fields=id,name,gender&access_token=<access_token> But it shows me ...
8
votes
2answers
123 views

How to programmatically check the “No Thumbnail” check box when posting a link

Our application allows our users to post messages to Facebook. If a users wants to post a link such as http://yahoo.com in a message, an image appears with the link in the post. When posting a ...
0
votes
0answers
39 views

Facebook post to timline: What is the policy for posting into user timeline via iframe app [closed]

My canvas application requests permission for publish_stream. What is the policy about posting into users timeline from app? Is there any document describing this? I couldn't find anything about ...
1
vote
2answers
139 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
0answers
137 views

Error on publishing object using Facebook open graph api with facebook C#sdk

I am using following piece of code to publish my object to facebook using open graph however i am dumbstruck by the following error since 2days.An early reply is very valuable, Thanks S. Technology ...
0
votes
1answer
384 views

How to use facebook api to pull user data

I have a requirement in our sign up screen wherein we ask the user if they want to use their facebook profile for sign up. The process we are thinking is when the user logs in facebook or allow us to ...
0
votes
1answer
596 views

publish actions to facebook using open graph api and C#

I am getting the following error while publishing the facebook action using open graph api, (Exception - #1611072) The action you're trying to publish is invalid because it does not specify any ...
0
votes
0answers
203 views

publish object to facebook wall with open graph api using asp.net

I have defined the custom action and object for my app on facebook.I have also kept the meta tags and made the page as open graph object.How can i make a request to action to publish my object on ...
0
votes
0answers
90 views

Openinviter 1.9.6 package Facebook Plugin doesn't work

We're trying to use the OpenInviter system to allow users that sign-up to receive a registration invite to refer their friends to sign-up (you know, a viral sign-up). For whatever reason, the ...
0
votes
0answers
38 views

1 batch request with 50 individual requests

Is 1 batch request with 50 individual requests considered as hitting facebook servers 50 times? I have 11 batch requests going to fb server with one batch consisting of 50 individual requests but I ...
0
votes
1answer
263 views

Hammock Facebook graph API query parameter

I am using Hammock to get data from the Facebook graph API. When user logs into my web site I want to get all data from his Facebook profile since he last logged my web site. So when the user logs ...
0
votes
1answer
736 views

why is HttpContext.Current.Request.Cookies[fullCookie] is always NULL when checking FB connectivity?

I am totally new in using FB API and i am trying to post to facebook wall from my Asp.net application. I have got the Appkey and secret key from FB and just trying to follow the code to post in FB ...

1 2 3 4