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
-1
votes
1 answer

How to check if user liked my page before loading my app?

hi i have a facebook page and app. when new user loading facebook app, it needs to check is he already liked to my fb page. if not user liked to it need to popup message to like page. thanks for you time..
HackerGK
  • 360
  • 3
  • 15
-1
votes
1 answer

Facebook API - Android:How to post in Facebook wall using Facebook API?

I am completely new to Facebook API, got it set up in my project and running but I have absolutely zero clue how to post on the wall to the Facebook account? I read about Open Graph API but that seems to be only for browsers? What I need for that I…
Nirav Dabhi
  • 341
  • 1
  • 7
  • 29
-1
votes
1 answer

Redirect Facebook App to Facebook Page

Since you cannot change the name of a facebook Page after having 200 likes, I thought about creating a Facebook App with the right name (the name most people will search for on Facebook) and make it redirect to the Facebook Page with the wrong name.…
-1
votes
1 answer

How to insert facebook email field into mysql server database?

Below is my code for inserting data into mysql server. Whenever I try to add an email field to this is stops working ie, it does not save the data anymore. if ($user) { try { // Proceed knowing you have a logged in user who's authenticated. $fbuid =…
Sammy Kumar
  • 121
  • 3
  • 15
-1
votes
2 answers

how to create a facebook app that sends invitations to friends, but they do not see the invitation unless

The application should make possible for users to choose a certain friend or friends from his friends list by checking a small box next to their friends profile picture and name, and to send them invitations. However, their friends (those to whom…
-1
votes
2 answers

Where do I start with Facebook app development with VS2012 and C#?

I'm an asp.net mvc/C# software developer, but I have no experience in Facebook development. I have no idea where to begin when it comes to develop a facebook app. I have litlle bit google but cannot get greater help but just found one link…
Shoaib Ijaz
  • 5,347
  • 12
  • 56
  • 84
-1
votes
1 answer

app.facebook.com/mygame didn't work

I have an app on facebook, I'm hosting this app on a subdomain (mygame.mydomain.com). When I click game on app center or direct link (www.facebook.com/appcenter/mygame) there is no problem, but if I want to redirect on link "app.facebook.com/mygame"…
-1
votes
1 answer

$facebook->api('/me') always returns null

Possible Duplicate: $me = $facebook->api(‘/me’); returns empty string I try create one facebook app. I use facebook sdk for php. but when I get userprofile by $facebook->api('me') is always return null value. I don't understand where I had…
-1
votes
3 answers

what's the difference between these facebook pages

in developing a facebook application, there seem to be three different pages that are involved in the process. Here is a screenshot of page type A, B, and C: page type B seems to be very important because it can be linked to from A, and it allows…
dsdsdsdsd
  • 2,880
  • 6
  • 41
  • 56
-1
votes
1 answer

Code for inviting friends

I need a code for inviting friends to a fanpage. http://developers.facebook.com/docs/reference/dialogs/requests/ This is linking to the website. Is it possible to link to my fb fanpage?
-1
votes
1 answer

How does this Facebook app work?

I'm sure some of you have seen this viral Facebook post going around. How it works is you enter your birth year into the comments like @[1988:] and it will give you a name. I am stumped trying to figure out how they are able to change the users…
SameOldNick
  • 2,397
  • 24
  • 33
-1
votes
1 answer

Facebook apps acting as plugins

Quick question, is it possible to write an app for facebook that is plugin esque? For example, could I have my app change the facebook logo or add a new ding sound on a new message?
-1
votes
1 answer

See referral Facebook page in page tab app

Let's say i have a Facebook page tab (iframe) app that i want to connect to multiple Facebook pages, so users can enter the app through more then 1 Facebook page. Now my question is; is there a way to see if they visited the page tab app through…
user1323659
  • 28
  • 1
  • 6
-1
votes
1 answer

Add app to page tab dialog - How to get the ids of the pages where the tab was added in return?

I have to display different content for different pages using my app in a page tab. I want to allow the user to add my app using the Add app to page dialog. The problem is i have to get the page ids to know where the page tab app was added to. If…
-1
votes
4 answers

Pagetab Dialog failing

I am currently trying to attach a custom tab to a page. I do this by calling https://www.facebook.com/dialog/pagetab?app_id={my_app_id}&redirect_uri={my_tab_landing} This results in a error: Sorry, something went wrong. We're working on getting this…
Niels van Renselaar
  • 1,512
  • 1
  • 9
  • 22