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 development: select friend

I am working on a Facebook app for sharing recipes and creating menus with friends: https://apps.facebook.com/336259823101185 I would like to create a way to select a friend and get their id (but not send any notifications or anything). Is there…
0
votes
1 answer

FB chat using SASL X-FACEBOOK_PLATFORM not working

I am developing a simple chat client for FB. I have progressed to a state where now i have the access_token of the user who had logged in to my chat with "xmpp_login" and "offline_access" scope. Am able to successfully connect to chat.facebook.com…
Karthik
  • 315
  • 1
  • 4
  • 17
0
votes
3 answers

Facebook Application Error: https://www.facebook.com/4oh4.php

I am new in developing my facebook application. I know php, HTML. I have a application in my server: http://www.example.com/app_name with only one file written in php i,e index.php I filled all the requisite as instructed by facebook documentation…
Rahul
  • 364
  • 3
  • 8
  • 21
0
votes
2 answers

Unable to find "Upgrade to Requests 2.0" in facebook application settings

As mentioned in this blog post http://developers.facebook.com/blog/post/464/ ....enable “Upgrade to Requests 2.0” in your Developer App settings on the “Advanced” tab. This switch controls the bookmark counts seen by your users and synchronizes the…
serpent403
  • 803
  • 16
  • 32
0
votes
1 answer

Facebook Page Tab app not appearing to non-page admin users

I am experiencing a problem similar to 2 others who have recently written about this issue. A newly created Page Tab Facebook app displays for admin users but not for regular users. I only have 8 page tabs currently so it cannot be that there are…
0
votes
1 answer

Facebook App QueryString

Up until recently our FB app was passing QueryString parameters that we used to identify app users and provide them with their data through the app. Now it just has the RAW URL without the parameters. Did Facebook change something regarding apps? Is…
0
votes
1 answer

"getLoginStatusUrl()" from the Facebook PHP sdk not working properly?

I am trying to determine whether a user is logged into Facebook or not. In the case that I am working with I would like to force him to log into my site even if he is logged into facebook already and has previously given me permissions. $params =…
user998476
  • 177
  • 1
  • 3
  • 10
0
votes
1 answer

After porting some php and web app related files from my friend's windows computer to my mac I'm getting some errors

This is for a facebook app being run on heroku, but heroku is probably not the issue. The issue is either some kind of cache related thing, os porting, or I'm thinking it might be a carriage return issue. In any case I'm getting a couple errors at…
Carl Carlson
  • 868
  • 1
  • 7
  • 17
0
votes
2 answers

After developing a facebook app for the timeline how do we submit the app to the timeline directory? Or do we just take it out of sandbox mode?

When we are ready to take our app out of sandbox mode, is there a procedure for submitting an open graph app to the timeline directory? or will taking it out of sanbox mode make the app 'findable' to others. We would like the app to appear on the…
undefined
  • 5,190
  • 11
  • 56
  • 90
0
votes
1 answer

How to set default app for the fan page

Please help me to how to set the default landing app for the fan page?or default landing page for the fan page?I am developing the app with .net I tried in the new versions and i couldn't get in older version in the managepermission tab of the fan…
ins
  • 1
  • 5
0
votes
1 answer

How to get facebook offline_access token?

How to get offline access token of facebook? I know that from recently time is out of date. And if I can't get offline access tokens. What solutions of this problem is?
iStark
  • 65
  • 1
  • 1
  • 6
0
votes
1 answer

Facebook app canvas page: page not found

Im trying to create a facebook app with a canvas page. When i try to visit the page using its url it works as intented: http://dyndns.patrikelfstrom.se/johan/fb/fysiosteo But when i try to visit it using facebook:…
Johan
  • 35,120
  • 54
  • 178
  • 293
0
votes
1 answer

Getting started with Facebook application Development with PHP

I want to get started with facebook application development using PHP. PHP is ok, i've been using it for number of years. There are lots of tutorial online and many of these are outdated because facebook API changes, so if you have a link for a good…
Noor
  • 19,638
  • 38
  • 136
  • 254
0
votes
1 answer

Flash object covering facebook elements (nav, chat) on Facebook page tab app (Timeline)

I have a small facebook welcome page that I am developing for a client, and when I have a youtube player embedded on the page, and the content is scrolled, the flash object covers the top nav bar as well as chat. example…
Selecsosi
  • 1,636
  • 19
  • 23
0
votes
1 answer

Facebook tab app. Hello %username message

we want to build a custom page with personalized hello message. But it seems that to get user name (or id) they have to authorize the application. It isn`t good for us (we want only to say "hello"). For example this page…
Maxim
  • 158
  • 2
  • 12