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

Facebook key hash error

And again. I've got Facebook key hash error like this. Carefully noted down that hash key and then insert it into "Key hashes" field into my Facebook app. But this doesn't helps to me, the same error is shown again when I'd try to sign in. Note…
-1
votes
1 answer

Facebook Page Tab Aplication external link

I have been creating one little facebook page tab for my company and I have encountered on problem. I need to link to another website Visit my website But facebook wont open linked webside,…
-1
votes
1 answer

web hooks face books how to bypass a secure website

I am setting a webhooks for a Facebook application, and they required a call back url, this url must be in https I do have a server with a call back website but it is not https, it is in http protocol Any idea to bypass that? (work around? )
Marco Dinatsoli
  • 10,322
  • 37
  • 139
  • 253
-1
votes
1 answer

Facebook API call insufficient privileges

I'm testing Facebook Ad Manager API from commandline curl. To get the access token, I did this API call: curl \ -F "client_id=$APP_ID" \ -F "client_secret=$APP_SECRET" \ -F "grant_type=client_credentials" \ …
Oscar Pérez
  • 4,377
  • 1
  • 17
  • 36
-1
votes
1 answer

How to query Facebook's graph API from an app instead of a page?

Following my question (to which I self-answered): Is possible to use Facebook's (Page) Graph API without having an role in that page? I would now like to know if I can get an access token for an app (created in…
dragonmnl
  • 14,578
  • 33
  • 84
  • 129
-1
votes
2 answers

Making apps come live on Facebook

The problem I'm having is that I created a new app on WooBox.com that has a connection to Facebook. I created the app for a HTML Fangate tab to be seen on Facebook, but I get a message that the app can't be seen because it is not live, whatever that…
swydell
  • 1,962
  • 8
  • 31
  • 44
-1
votes
1 answer

MVC Facebook apps getting login fail error

I'm new to the MVC facebook app development. I've developed a small Facebook app. I can't login. My facebook app always fails displaying this error: Service Unavailable HTTP Error 503. The service is unavailable.
Wraith King
  • 192
  • 2
  • 19
-1
votes
1 answer

Facebook Application Privacy policy

A web appliction is running on my local machine (can't be accessible from Internet, it is a developer site, not the production one), e.g. URL:1 http://myapp.com. I want to configure a Facebook app on my web application. Created Facebook…
Vithre
  • 47
  • 4
-1
votes
1 answer

Create Facebook store application: where should I start?

I've never built a Facebook app. All I've done so far is registering my FB account as a developer in https://developers.facebook.com and I saw there are LOADS of tutorials and docs there so it's a bit overwhelming. So I'm looking for some advice on…
Floella
  • 1,279
  • 1
  • 22
  • 41
-1
votes
1 answer

How to prevent any Facebook API from updating my Facebook app settings

So basically if my API secret Key becomes public, anyone can use the Graph API to update my Facebook App fields. The question is "How to prevent any API from updating my APP fields" ? So only the Admin can log into his Fb account and update APP…
-1
votes
1 answer

Android-App using Facebook Graph Api

in my android app I use the facebook graph api. I need specific permissions for "user_likes". for example the request could look like this: me/likes?fields={anyField} such a request works in facebook graph api explorer but not in my own app because…
-1
votes
1 answer

what is the diffrence between facebook canvas url and secure canvas url

diffrence between facebook canvas url and secure canvas url? In Iframe always secure canvas url content opens,then what is the need of canvas ?
-1
votes
1 answer

Facebook advertising through SDK?

I would like to explore the facebook SDK, specifically posting advertisements. Browsed for few hours but didnt get proper answer for my question. Any answer on the feasibility and the code snippet would be greatly appreciated.
-1
votes
1 answer

Publish (Post) On Facebook Without App Name

I want to remove my Facebook application name. See the highlighted part. Is it available to remove the application name if I have all the permissions I need? Application should post on behalf of authorized user (suppose I have all the necessary…
-1
votes
1 answer

Post a image into facebook app using app id

I need to post the image using the image url in my facebook app is that possible? How to post image to Facebook on button click? I have stored imageUrl in variable image and the facebook URL in the variable shareUrl, following is the complete…