what is facebook app's user ID to complete wordpress widget? - iphone

help me
I start my wordpress web site about 2 days ago
I enabled facebook sharing post auto by a widget in my theme
in this widget I have 4 field to enter the true optional to share my post auto
1- USER ID
2-App ID
3-App Secret
4-Number of post to show
I enter 2 , 3 , 4 ( create a facebook app and enter the app ID and secret )
but I don't know what the USER ID is and how can I find it
I try my facebook user name , or the email I create my faceboo account but none of them was true to complete
help me please
what is USER ID of facebook app or account to complete it ?
Great thanks
Regards :
Raha

Visit the Facebook page that you want to use:
http://www.facebook.com/youruser
Then change the url to:
http://graph.facebook.com/youruser
You will see the ID.

Related

Facebook user ID Issue

I have facebook user ID's
using this id's am accessing profile page of that particular user id.
link will be look like https://www.facebook.com/100001533612613
this link not working now.
https://facebook.com/zuck
https://www.facebook.com/100001533612613 (**not working**)
https://www.facebook.com/profile.php?id=100001533612613 (**not working**)
https://m.facebook.com/ChrisHughes
how can i see profile using UserId
how can i access profile using UserId
You can’t, because you are not supposed to any more …
You will now need to ask for the user_link permission first, and then you can request a (temporary) link to their profile via the link field.
https://developers.facebook.com/docs/graph-api/changelog/version3.0#login

Facebook Admin ID for already existing page

I'm new on Facebook and I have one issue: I have my own account on FB and I've added page for one of my online tools, today I don't know where I can find my Admin ID to place it in <meta property="fb:admins"...> tag related to my FB page. I've found link to FB Insights but I see only links to create new app or new page and I don't see my already existing page.
If you want to set your own user_id as admin_id, use
https://developers.facebook.com/tools/explorer?method=GET&path=me%3Ffields%3Did%2Cname
to query for your user_id.

FBRSS.com replacement for RSS feed from Wall to WordPress Syndicate Press Plugin

My WordPress page displayed wall info from multiple Facebook accounts using FBRSS.com to stream RSS feeds from 3 Facebook walls to the Syndicate Press Plugin.
But the FBRSS.com site is down. Any suggestions for a replacement or different solution?
I have one information. It's so IFTTT.
Meant a "If This Then That".
This = Channel of Trigger.
Then = Trigger.
That = Action for Channel.
Channel is many. Now on 49 channels. It's many Social and Web services. Require activate on operation.
Trigger is many on channel. Example....
Facebook ( User ): Trigger
New status message by you.
New link post by you.
You upload a new photo.
You are tagged in a photio.
Your profile changes.
Facebook ( Page ): Trigger
New status message on page.
New link post on page.
New photo on page.
Action too many....
Facebook ( User ): Action
Create a status message.
Create a link post.
Upload a new photo from URL.
Facebook ( Page ): Action
Create a status message.
Create a link post.
Upload a new photo from URL.
Include your need?
If your FBRSS.com service are restarted. But this service interest!
Please using it.
Interst: Using a "Date & Time" and "Phone" = Morning call!!!
Thank you, Regards.

Like Box will not accept the url for my FB Profile

Im trying to link my facebook profile to my website , but when I put the url into the like box it gives me a message "Could not retrieve ID for the specified page. Please verify correct href was passed in."How can I fix this ?
The Like Box does not work with personal profile page. You need to create a fan page or an app.

Get facebook logged in user's ID on ASP CLASSIC

in a facebook app iframe tab, Is it possible, i tried with the JS SDK but then the user needs to allow that.
how can i get only his user id with classic asp?
Your website can't get at the user's Facebook Id in any way unless the user allows it. Period. Thank God -- I mean Zuck.
In short, When facebook contact your canvas url for displaying your tab, it set POST data that contains a signed_request parameter which contains amongst other :
a user field : A JSON array containing the locale string, country string and the age object (containing the min and max numbers of the age range) for the current user.
So no user id !
If you want to know more about your user, you have to go through the auth/permissions process. After that, in subsequents displays of your canvas, the user_id and oauth_token (and others) fields will be added to the POST variables.
More at : http://developers.facebook.com/docs/guides/canvas/#auth
This is also true for the "full app" view now that they have harmonized full apps and tab apps. The only difference now is the width of the iframe (520px for tab, 760px for full)