I know UIDs and profile pics can be accessed via Facebook app but can the same be done on Static FBML pages? I want to be able to submit a form with the UID information and also be able to post Fan's profile pic on the fan page with out using Facebook Application.
Is this possible?
Thank you in advance.
No it is not. To access this information you must use an application.
Related
I’m building a react native app and I’d like the user to be able to share their facebook profile. Is there a way, using the facebook api or sdk, to give another user a link to view someone else’s facebook profile?
https://developers.facebook.com/docs/graph-api/reference/user/#fields:
link
string
A link to the person's Timeline. The link will only resolve if the person clicking the link is logged into Facebook and is a friend of the person whose profile is being viewed.
You’re gonna need user_link permission, https://developers.facebook.com/docs/permissions/reference/user_link
I use "html static iframe tab by woobox" to create a fan gate.
The fan gate shows differnt pages for users who liked the page, and another page for non-likers.
I have two aspx pages on my server one for likers and one for none-likers.
For the likers page whitch has an Iframe I link my first webpage.
In this webpage i want to get the facebook userid that is currently in the likers page.
Do I have to create an application in order to get the userid?
Do i have to get the user permission?
How do i use js sdk to do it?
Thanks
Yes, you have to create an App to get the User ID, and the user must authorize your App. See here for further information about login with the JavaScript SDK: https://developers.facebook.com/docs/facebook-login/login-flow-for-web/v2.0
But keep in mind that you will NOT get the real User ID, Facebook made some changes recently and you can only get an "App Scoped ID" - see the Changelog for further information: https://developers.facebook.com/docs/apps/changelog
Don´t worry, the App Scoped ID will not change, even if the User deauthorizes and authorizes your App again.
Is it possible to get the description that visitor used to share a page on Facebook after clicking the page's share button?
Unfortunately, there is no way to see what description the user entered when sharing your page or other content. If the share is public then you'll be able to retrieve the share text if you know the user's facebook ID, but it will require Facebook API calls.
i'm writing something like forum for my fans page, i want to use user's profile username & photo of each message post by user. i'm finding a way to access user's profile name & photo.
Anyone knows how to do it? thanks
The Apps on Facebook.com page should tell you everything you need to know to get started.
Is it possible to repopoduce this type of dialog (and post a status update to the user profile) on a Facebook fan page?
http://wiki.developers.facebook.com/index.php/Feed_Forms
Thanks.
You'd need to write an app for or add an app to your page that allows this functionality. I'm not aware of any other way to do it.