tagged [facebook]

Facebook share button and custom text

Facebook share button and custom text Is there any way to make facebook share button which post custom text on the wall or news feed?

26 May at 12:53

Facebook C# SDK and Access Token

Facebook C# SDK and Access Token I'd like to be able to authenticate myself on my own web application using the Facebook C# SDK. Using the Graph API, I can get an access token, but that token does not...

2 Mar at 21:34

How to get the Facebook user id using the access token

How to get the Facebook user id using the access token I have a Facebook desktop application and am using the [Graph API](http://en.wikipedia.org/wiki/Facebook_Platform#Graph_API). I am able to get th...

4 Jan at 00:4

"An access token is required to request this resource" while accessing an album / photo with Facebook php sdk

"An access token is required to request this resource" while accessing an album / photo with Facebook php sdk I am using the php sdk to access a user's albums and photos in a website. I am able to log...

31 Jan at 17:48

Facebook Access Token for Pages

Facebook Access Token for Pages I have a Facebook Page that I want to get some things from it. First thing are feeds and from what I read they are public (no need for access_token). But I want to also...

Is anyone developing facebook apps on Grails

Is anyone developing facebook apps on Grails I have not seen much support for Grails to develop facebook apps.I was just wondering if people around are developing facebook apps on grails

19 Oct at 12:14

Facebook API, Phone Numbers

Facebook API, Phone Numbers I am developing a Facebook Application that I need to get all the information of user, including mobile phone. However, even this page claims [https://developers.facebook.c...

3 Jul at 15:39

using facebook sdk in Android studio

using facebook sdk in Android studio I'm following [Facebook SDK for Android using Android Studio](https://developers.facebook.com/docs/getting-started/facebook-sdk-for-android-using-android-studio/3....

Facebook Connect and iPhone Application

Facebook Connect and iPhone Application Is there a mechanism to use Facebook Connect to authenticate via a custom developed iPhone application? Would that require embedding WebKit as a browser and usi...

15 Oct at 23:56

Is there Facebook search box component?

Is there Facebook search box component? I would like to use exactly same search box in my app, (to search ppl and saw her profile picture). Is there any good example how to do it?

7 Sep at 22:26

How to start facebook app?

How to start facebook app? Just want to know what is better way to get start developing faccebook app?Any tutorial recommnedation?And which is better to start up -php or rails?

24 Sep at 19:9

User access token for search via facebook graph

User access token for search via facebook graph According to the instruction given [here](http://developers.facebook.com/docs/reference/api/) searching public information (as [https://graph.facebook.c...

What are App Domains in Facebook Apps?

What are App Domains in Facebook Apps? I want to add the ability to 'login with Facebook' to my site. But I am confused when I register my site in Facebook Apps. What should I input into `App Domains`...

10 Mar at 21:34

Provide an image for WhatsApp link sharing

Provide an image for WhatsApp link sharing How can we include an image in our website to display in WhatsApp when we share a link like this? [](https://i.stack.imgur.com/ERx58.jpg)

ServiceStack session info error

ServiceStack session info error The incorrect ВisplayName through the entrance on Facebook: [](https://i.stack.imgur.com/BUwZH.png) any ideas how to fix without changing native SS code? ) PS:if sign i...

24 Feb at 13:12

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

Is it possible to configure a Facebook app to be used across multiple domains? We have a website application that is deployed and customised for multiple customers, across different domains, we are de...

23 May at 12:23

how to get default thumbnails of a video

how to get default thumbnails of a video i want all the thumbnails of the video when someone pastes a link on my site like one happening in facebook.dat gives the option to select the thumbnail from i...

17 Sep at 05:4

ASP.NET MVC3 and Facebook integration

ASP.NET MVC3 and Facebook integration I'm just about to start a new ASP.NET project using MVC3, and since some of the requirements are about facebook integration, I need your advice on the following i...

Simple Facebook Connect Demo in ASP.NET

Simple Facebook Connect Demo in ASP.NET Does anyone have a simple and successful demo implementation of facebook connect in an asp.net application. I am developing an asp.net web application and want ...

13 Feb at 00:56

How does Facebook Graph API Pagination works and how to iterate facebook user feed with it?

How does Facebook Graph API Pagination works and how to iterate facebook user feed with it? I have a facebook Graph API call to get a facebook users feed: ``` dynamic myFeed = await fb.GetTaskAsync( ...

How to use the 'og' (Open Graph) meta tag for Facebook share

How to use the 'og' (Open Graph) meta tag for Facebook share Facebook fetches all pictures from my site. I want to share only one picture which is on that page. I heard about the `og` meta tag, but I ...

3 Sep at 17:34

Unable to cancel a Servicestack Facebook authentication proccess

Unable to cancel a Servicestack Facebook authentication proccess When accessing "/api/auth/facebook" i'm redirected to facebook ouath dialog, but when trying to cancel, i keep getting redirected to th...

18 May at 20:21

Facebook user url by id

Facebook user url by id I have a list of FB ids, is there a canon way of constructing their FB url without a graph query? For example, I have ids 3, 4, 5, and i want the Facebook URL for them without ...

10 Oct at 20:27

cakephp facebook helper?

cakephp facebook helper? Has anyone adapted the facebook api into a cake helper class? I'm making a facebook application in cake and need to be able to use all the class functions and stuff and don't ...

5 Apr at 15:26

Android Facebook 4.0 SDK How to get Email, Date of Birth and gender of User

Android Facebook 4.0 SDK How to get Email, Date of Birth and gender of User I am using the following code. I want the user's Date Of Birth, Email and Gender. Please help. How to retrieve those data? T...