Quote:
Originally Posted by Gamelobby
Thanks.. but what is the difference between "Facebook UID" & "Profile page URL" ..?
Basically same thing.?
---------
Also, I think this needs to add an icon to your profile or something. some sort of more recognition on the forums.
|
Facebook UID is your user id like 172011554 and Profile page URL is the actual url to your profile...
http://www.facebook.com/profile.php?...54&ref=profile
Quote:
Originally Posted by klemox
This is a great MOD, thanks to the developer
One quick Q about RSS feeds: I was publishing my VBulletin RSS feeds on my blog page, however after installing the Facebook Connect MOD it got deactivated for some reason.
Any workaround on this?
Advanced thanks for your help.
|
hmmm thats wierd.... im not sure what would cause this... ill look into it
Quote:
Originally Posted by TamCaVBoy3
the location doesn't work, it shows as "Array" even though my fb profile said Tokyo Japan ?
|
it's probably a bug... I'll try to fix it.
Quote:
Originally Posted by DotSauce
Is this concept possible with Twitter logins through the Twitter API? That would be awesome.
|
I don't think its possible with twitter api...
Quote:
Originally Posted by Gizmo999
Installed and working, big thanks for that.
I use vba and the connect via Facebook option doesn't appear in the standard VBA login box, is there a hack or code I can add to get it to appear there? Or has anyone made a module for this yet?
|
just add:
Code:
<!-- fbconnect -->
<center>
<span class="fbconnect" style="height:21px">
<img src="http://static.ak.fbcdn.net/images/loaders/indicator_white_small.gif" alt="Connect with Facebook" />
</span>
</center>
<!-- / fbconnect -->
to where ever you want the button to apear