first of all, please excuse my english.
im trying to get the app id for my site, but when go to facebook developers page to get it, facebook always retunrs me to my own facebook page, so i cant get nothing.
Any kind of help will be apreciated.
Thank you
Trying to install this module for joomla where it needs a facebook app id and secret.
http://www.saaraan.com/downloads/joomla-extensions/joomla-facebook-connect
http://saaraan.com/posts/item/3-creating-facebook-application-for-your-site
simply go here;
https://developers.facebook.com/apps
and you will see all your application on the left, click on the desired application and in the summary you will App ID/API Key and App Secret
Hopes it helps
Related
I need to integrate Facebook login page in my app.i.e I m providing user various login options like he can login with my website account or facebook account and continue the activities with in our app thats it.I dont want him to perform any other activities with facebook.He can just login.
So I have through some of the tutorials which say to drag and drop FBConnect and write some code.But when I drag and drop FBConnect Im getting errors when I complile project saying FBConnect/FBSession.h not found etc .
And sometimes Facebook tutorials say to use Appkey and AppSecret when using FBConnect.But sometimes they dont use, when importing FacebookSDK.framework
I couldnot understand how could I proceed further.
Should I use FBConnect ?Is AppKey neccessary?I just want to give option to user that he can login through Facebook also in my app
Please guide me in this aspect..
Yes even for giving user a option to login with facebook , you need to integrate the facebook sdk and the app id is required.
Since you are using xcode 4.5 then you have to use facebook sdk 3.1 not 3.0.(it will give errors).
See the developers.facebook.com, they have provided all the details you want.
http://developers.facebook.com/docs/reference/ios/3.1/
http://developers.facebook.com/ios/
First you need to set up environment for your app:-
http://developers.facebook.com/docs/getting-started/facebook-sdk-for-ios/3.1/
Then implement the login feature:-
http://developers.facebook.com/docs/tutorials/ios-sdk-tutorial/authenticate/
I hope this might helps you.
Today, on my Facebook app, links appear to be broken. Everytime you click a link (to another page of the application, not external), Facebook returns the user to the login prompt, even if the user has already logged in.. I usually use relative urls, but if I set absolute, the link doesn't work too, but in this case the page doesn't change...
Anyone having same problems? Any ideas? I just can't find solutions..
Edit: for "Facebook app" I mean an iframe application that runs on Facebook site, not the Facebook application for a mobile device
Solved :) The problem was I used on old versione of the PHP SDK. I've updated the SDK with the latest version and also the Login part of the code; now it's ok. Thanks all for your help ;)
Did you tried to reinstall the Facebook app? Also if you use Android you can delete the cache on your phone.
Everytime you click a link (to another page of the application, not external), Facebook returns the user to the login prompt, even if the user has already logged in..
Do you have Authenticated Referrals turned on for your app?
Otherwise, you must be triggering login yourself somewhere in your app. If so, check the conditions under which you are doing so, and if your app recognizes a logged in user correctly, or if maybe there is some kind of cookie problem.
If that doesn’t help you to figure it out on your own, please update your question with relevant code.
I have the following case:
My client already has a facebook page with timeline and a decent amount of likes.
My job is to integrate facebook comments and facebook like to their website. For this I need an App ID, which I can easily get by creating a new app on developers.facebook.com
What I want is to somehow connect this app to the client's page so;
it shows up on their insights report
maybe likes and interactions get connected to the client's page instead of an app
I have already spent many hours trying to get this to work, but I don't yet see a way.
I can imagine that when I create a new App and then add a page to that app I have them connected. Though my client's company isn't an "app", it's a real-world business. Also, this way my clients loses all their likes on their current page.
Please help me figuring out the right way to do this.
Thanks in advance.
If you have a Pretty URL, you can go to http://graph.facebook.com/{yourpagename}. The App ID of the page will be right there at the top. If you do NOT have a Pretty URL for the page, the App ID of the page is the number at the very end of its URL.
There's no way to link an existing app and page (by 'link' i mean mark the page as being the page which represents that app) - you can of course install an app on to your page as a tab, or use an app to manage the page and post updates, etc, the documentation for both of which is on the main developer site
Login to your page >> Click on Settings > Click on Apps from left panel > Select your page app >> Go to the bottom
Here you can find User ID
My website developer is making me a FAcebook Login button, but he says he needs an application ID and appliecation secret to proceed.
I think I have to register my website with facebook to get the ID, but I cannot work out how to do this.
Can anyone help please?
Create an app here: https://developers.facebook.com/apps
You'll get given an application ID and secret when you create your app
You need to install an app called "Developer". It will let you setup everything. Just go to apps, and search for developer. It has the Facebook icon.
You need for first to create an application here : https://developers.facebook.com/apps
Read this article : https://developers.facebook.com/docs/guides/web/
Note : Get your application id from facebook developers(first step)
do a search on facebook's site for app id, or use the link:
http://developers.facebook.com/docs/opengraph/tutorial/
I am writing a website using which a user would be able to change his status on facebook. Now for this, I have to register my website on facebook. When I go to register my website on Facebook, there are various options like 'MobileApp', 'FacebookApp', 'Website' etc. Can anyone please suggest which one of these is a correct option for me. An article explaining me the same would be useful. Thanks
Saurabh
What sort of app do you want to build? Those options are for configuring the different places your app will be accessed by users.
It sounds from your description that you probably want 'Website' since you said you're building a website.
You have to Create a New App from developers.facebook.com .
Then you go Settings > Basic and select App on Facebook from bottom section.
Enter your "return url" and its done.