Questions tagged [facebook-apps]

Apps on Facebook are web apps that are loaded in the context of Facebook.

Apps on Facebook are web apps that are loaded in the context of Facebook in what we refer to as a Canvas Page. You can build your app using any language or tool chain that supports web programming, such as , , or .

1342 questions
0
votes
1 answer

facebook app on heroku, shared and free database where is getting started guide for free database?

I was just trying to setup my first app on heruko... As it says it provides 5mb's shared database free postgre database setup ready but where are credentials for already setup database and getting started guide for the same..
harry
  • 220
  • 4
  • 15
0
votes
1 answer

Javascript disabled on my app all of a sudden

My FB app has been working fine and I hadn't made any changes in a while. All of a sudden, the Javascript has stopped working and i'm not sure why. Here is a simple example of what used to work but now doesn't;
Wasim
  • 4,953
  • 10
  • 52
  • 87
0
votes
2 answers

Heroku create image

im using php and heroku to create some images for my facebook app, but the images arent shown, only picture of an broken image is shown. Im using sample code from php tutorial website.
sapphire
  • 21
  • 4
0
votes
1 answer

Limit 10 firends in Facebook Send Dialog

Is there any ways to allow user send message to only 10 friends in Facebook app? I did not found any options for it in the document. https://developers.facebook.com/docs/reference/dialogs/send/
Khoa Nguyen
  • 1,319
  • 7
  • 21
-1
votes
1 answer

I can't make apps to my domine .me

I have a .me domain. any help please
-1
votes
1 answer
-1
votes
1 answer

Alternate to

My app is my website so I used to put this code in my canvas page so I redirect my users to my website : but since fbml has been deprecated and will not be supported anymore soon I need to use…
Dido
  • 59
  • 2
  • 8
-1
votes
1 answer

Send Message using Facebook API attaching an App Link

I need to send a Facebook new message using Facebook PHP sdk or Javascript sdk. This message should be attached a link for a Facebook app. please check this image, Then you can understand about what I exactly want. New Message with Link Attachment…
-1
votes
1 answer

FB applications NO LONGER able to be added to pages as TABS?

(please do not vote down unless you have created a NEW facebook app and tried this) THIS IS A BREAKING CHANGE JUST NOW WITH FB! If you create a FB app, in order to add the app's tab to a page, you would visit the application page, then click "Add to…
Rees
  • 1,757
  • 9
  • 33
  • 50
-1
votes
1 answer

I am getting an error from Facebook in my application

I am creating an image from my Facebook application. I am getting the following error from Facebook. CurlException: 56: SSL read: error:00000000:lib(0):func(0):reason(0), errno 104 Is there anything wrong in my code?
-1
votes
1 answer

Getting event admins

Is there any way to get admins of an event. Or we can filter from Attending users that whoever is admin or not. kindly help.
Shahid Karimi
  • 4,096
  • 17
  • 62
  • 104
-1
votes
2 answers

Select uid, sex, and pic square from the 10 selected friends of a user

Possible Duplicate: How can I get pic_squre and sex from user id's I already have I want to select uid, sex, pic square from the 10 selected friends of a user. And those 10 friends are selected by the user, and I can store their uid in a PHP…
-1
votes
1 answer

Converting to a Java Facebook application, from a Google App Engine application written in Java

I have created a web application hosted on Google App Engine (Java). Now my client wants a Facebook application of it. All I need to ask is: Is it possible? The problem is that all I see is the Python version of Google App Engine for Facebook…
user958414
  • 385
  • 1
  • 5
  • 10
-1
votes
1 answer

Facebook Bot doesn't return message correctly except facebook app admin

I've created a bot in PHP for Facebook Messenger and after it was submitted I got a problem. Bot responds correctly to admins on the Facebook app, but when a subscriber writes to it, he takes as a response [get_started payload] in every intent or…
-1
votes
1 answer

Is it possible to output google search results in IBM Watson Chatbot?

I have created a chatbot with IBM Watson Assistant. But currently I have hardcoded all values in the dialog e.g : When some user will ask "Who created Computer ?" then in the dialog flow I have written "XYZ created computer". But suppose the user…