Hi the web app i am working on posts photos in Facebook with the Facebook API. This works fine . But the image says "shared via #{App name}". I realise that the App name comes up since i have registered the app and using its app id for API usage. Is there any way to edit that App name and make is appear "shared via #{some new name}"
Related
I am currently creating a facebook app and I need to create a facebook share button.I used facebook share button social plugin and setup the meta tags.image with meta tags
my app genarating images using app users facebook id.I am using a session to get the app id to my page.
It's working fine in image src tag.but not in og:image.
img src image
I used sharing debugger it's only reading the url untill the "http://www.koombiyocharacter.me/joined_images/joined_image" but not variable i got from session.not with the session variable
I need to share with the image.now it shares without the image.Can I find a solution for this with php sdk?.Shares like this
How Can I solve this problem.I am new to facebook app development.
I have a vb6 application that creates a jpg image. I need to have the user click on a button to have that image uploaded to her Facebook page. I created a Facebook app and use an api (chilkat) with my vb6 to do the upload. But, I've really been stumbling around trying to get it working. On the Facebook side, what settings should I have to just upload a photo? For example, this runs on Windows PCs... what platform do I designate in my Facebook app??
Also, my current attempts get an error from Facebook saying that "Can't Load URL: The domain of this URL isn't included in the app's domains." I expect this upload to be from the user's PC to Facebook. What URL/domain do they want?
Are there samples of this type of thing that I could check? Thanks - John
New info as of Nov 12 --
I have the Facebook app set as a Website using "localhost" which seems to move me along a bit. But, now I get the error --
"The request is invalid because the app is configured as a desktop app"
Is that telling me my Facebook app is a desktop??... or that my vb6 code says it is a desktop? If I have to change the Facebook platform, it looks like I need a Windows store id? If so, is that just a simple registration (and $19)? Thanks - John
I would like to build a small website which features a gaming element using FB login and Open Graph.
If I wish to use the Achievements API, Scores API and timeline aggregations reserved only for games, does my "website" HAVE to operate within the FB canvas?
Can I declare a FB app as a "website using facebook login", but place this in the "Games" app category?
Ideally I would like to use my own domain outside of FB canvas. Reading the developer documentation this is unclear.
Many thanks.
Facebook app is just a website ! You can design the website/app and deploy it in your domain. Then create a new facebook app and just fill the details of your domain in the CANVAS URL . That's it. You can choose your own unique facebook app URL when you create a new app in facebook.
How it works is, when the users goes to your app in facebook Ex- apps.YOUR_APP_NAME.facebook.com , facebook will redirect only the CANVAS area of the App to your domain.
I am searching for an automated mechanism to create a facebook app from my java program/servlet.
Usually, I have to go to developers.facebok.com, then click the "Apps" link at the top, then hit the "Create new App" button and create an app by providing the site url etc.
I am having a requirement where a user enters his facebook id in my site and hits the "Create App" button. My site will authenticate with facebook using OAuth 2.0 and will have to create an app in the users account. The app generally points to the user's profile page of my site.
Is it possible to do this? Can any one help me?
Thank you all in advance.
In short, no you can't. You have to verify that you are a human when you create an app, and facebook intentionally do not provide a way to programmatically create apps.
I have been using the auto generated facebook app-id for some time in my website. I had no knowledge of the App registration page back then. Is there any way I can still register my website in facebook using the app-id that I currently use?
As you get the app-id already, there is already an fb app registered and you don't need to register it again.
to link up your website w/ the app-id, simply go to fb dev app (https://developers.facebook.com/apps), set the site URL of the app to match w/ your website